Compare commits

..

No commits in common. 'b1973b15bb79c68e9df039ef38e70168331a1a37' and 'e448ad953e4b0e7860530720289bf0fd2826ed64' have entirely different histories.

  1. 2
      undpu.c

@ -41,7 +41,7 @@ int main (int argc, char **argv){
return EXIT_FAILURE;
}
}
strlcpy(output,argv[1],strlen(argv[1])-4);
strncpy(output,argv[1],strlen(argv[1])-4);
if((joe = fopen(output,"w"))==NULL){
fputs("Ummm, the output file doesn't work.\n",stderr);
return EXIT_FAILURE;

Loading…
Cancel
Save