Mercurial > mplayer.hg
changeset 2357:427dc863fe4b
minor fix
author | nick |
---|---|
date | Mon, 22 Oct 2001 07:42:57 +0000 |
parents | 04c80ace9581 |
children | 8b971caf9e03 |
files | TOOLS/bios2dump.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/bios2dump.c Mon Oct 22 07:42:08 2001 +0000 +++ b/TOOLS/bios2dump.c Mon Oct 22 07:42:57 2001 +0000 @@ -37,7 +37,7 @@ sprintf(outname,"%04X_%04X.int%02X",int_seg,int_off,int_no); if(!(fd_out = fopen(outname,"wb"))) { - perror("Can't open file - /dev/mem"); + perror("Can't open output file"); fclose(fd_mem); return EXIT_FAILURE; }