diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c index c59d3d5c..baa73216 100644 --- a/src/rc/start-stop-daemon.c +++ b/src/rc/start-stop-daemon.c @@ -492,7 +492,7 @@ int main(int argc, char **argv) startas = optarg; break; case 'w': - if (sscanf(optarg, "%d", &start_wait) != 1) + if (sscanf(optarg, "%u", &start_wait) != 1) eerrorx("%s: `%s' not a number", applet, optarg); break;