IconChanger

This commit is contained in:
Gabriel Lorenzo 2002-09-09 00:51:15 +00:00
parent b73dd446fb
commit 9c0d4749d8
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ int main(int argc, char* argv[])
} }
if((f=fopen(argv[2],"rb"))==NULL) { if((f=fopen(argv[2],"rb"))==NULL) {
printf("ERROR: No puedo abrir %s\n\n"); printf("ERROR: No puedo abrir %s\n\n",argv[2]);
exit(3); exit(3);
} }
@ -84,7 +84,7 @@ int main(int argc, char* argv[])
fclose(f); fclose(f);
if((f=fopen(argv[1],"rb"))==NULL) { if((f=fopen(argv[1],"rb"))==NULL) {
printf("ERROR: No puedo abrir %s\n\n"); printf("ERROR: No puedo abrir %s\n\n",argv[1]);
exit(5); exit(5);
} }

Binary file not shown.