mirror of
https://github.com/mpv-player/mpv
synced 2025-02-01 20:52:05 +00:00
minor fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2358 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
914e553eee
commit
e1309e782b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user