diff options
Diffstat (limited to 'nandwrite.c')
-rw-r--r-- | nandwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nandwrite.c b/nandwrite.c index bbe69b0..5373a89 100644 --- a/nandwrite.c +++ b/nandwrite.c @@ -201,7 +201,7 @@ static void process_options(int argc, char * const argv[]) writeoob = true; break; case 's': - mtdoffset = strtoll(optarg, NULL, 0); + mtdoffset = simple_strtoll(optarg, &error); break; case 'b': blockalign = atoi(optarg); |