Merge branch 'undpugetopt'

remotes/1696625325996769446/tmp_refs/heads/master
silverwizard 5 years ago
commit 3a3278f95b
  1. 4
      undpu.c

@ -57,11 +57,13 @@ int main (int argc, char **argv){
return EXIT_FAILURE; return EXIT_FAILURE;
} }
} }
strlcpy(output,argv[1],strlen(argv[1])-4); if(!out){
strlcpy(output,argv[0],strlen(argv[0])-4);
if((joe = fopen(output,"w"))==NULL){ if((joe = fopen(output,"w"))==NULL){
fputs("Ummm, the output file doesn't work.\n",stderr); fputs("Ummm, the output file doesn't work.\n",stderr);
return EXIT_FAILURE; return EXIT_FAILURE;
} }
}
while((thing=fgetc(bob))!=EOF){ while((thing=fgetc(bob))!=EOF){
fputc(thing,joe); fputc(thing,joe);
int i; int i;

Loading…
Cancel
Save