paint: only two remote holes in the default install, in a heck of a long time!
This commit is contained in:
parent
546ee86c52
commit
ad84d289a2
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ main(int argc, char *argv[])
|
|||
case 0:
|
||||
break;
|
||||
case 1:
|
||||
strncpy(file, argv[0], sizeof(argv[0]));
|
||||
strncpy(file, argv[0], sizeof(file)-1);
|
||||
if(loadimg(file) < 0)
|
||||
sysfatal("%r");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue