diff mplayer.c @ 4852:534e7b5aaadb

mem corruption bug fix.
author pontscho
date Sun, 24 Feb 2002 21:57:16 +0000
parents 9be4ac85dd35
children 7dfcfd1b9bf7
line wrap: on
line diff
--- a/mplayer.c	Sun Feb 24 21:27:47 2002 +0000
+++ b/mplayer.c	Sun Feb 24 21:57:16 2002 +0000
@@ -1415,7 +1415,7 @@
      guiIntfStruct.MovieWidth=sh_video->disp_w;
      guiIntfStruct.MovieHeight=sh_video->disp_h;
      guiIntfStruct.StreamType=stream->type;
-     guiIntfStruct.Filename=filename;
+     guiSetFilename( guiIntfStruct.Filename,filename );
     }
 #endif