Diff between 0ede25eddcab4c46860bf09d759c7b38c3d1490e and d01c257665b846ced89d84099013f1b2d27791c7

Changed Files

File Additions Deletions Status
tools/scotest.c +1 -1 modified

Full Patch

diff --git a/tools/scotest.c b/tools/scotest.c
index 1d46f1b..69150b1 100644
--- a/tools/scotest.c
+++ b/tools/scotest.c
@@ -458,7 +458,7 @@ int main(int argc ,char *argv[])
 			break;
 
 		case 'V':
-			voice = atoi(optarg);
+			voice = strtol(optarg, NULL, 0);
 			break;
 
 		default: