paint: only three remote holes in the default install, in a heck of a long time!

front
stanley lieber 2012-07-09 21:19:03 -05:00
parent ad84d289a2
commit af047b58b4
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ main(int argc, char *argv[])
case 0:
break;
case 1:
strncpy(file, argv[0], sizeof(file)-1);
snprint(file, sizeof(file), "%s", argv[0]);
if(loadimg(file) < 0)
sysfatal("%r");
break;