summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-22 07:42:57 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-22 07:42:57 +0000
commite1309e782bfcb650b632c2d18384031c47eded60 (patch)
treefb71567762924dac3c9e8bd4e4fe50ef54a8cb89 /TOOLS
parent914e553eee4cc0fcfbf5f4e33b13ddbb59383451 (diff)
downloadmpv-e1309e782bfcb650b632c2d18384031c47eded60.tar.bz2
mpv-e1309e782bfcb650b632c2d18384031c47eded60.tar.xz
minor fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2358 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/bios2dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/bios2dump.c b/TOOLS/bios2dump.c
index 5c9bc5a1ff..52f1c86cd0 100644
--- a/TOOLS/bios2dump.c
+++ b/TOOLS/bios2dump.c
@@ -37,7 +37,7 @@ int main( int argc, char *argv[])
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;
}