diff options
Diffstat (limited to 'src/rc/start-stop-daemon.c')
| -rw-r--r-- | src/rc/start-stop-daemon.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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;  | 
