summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/gtk/fs.c')
-rw-r--r--Gui/mplayer/gtk/fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/gtk/fs.c b/Gui/mplayer/gtk/fs.c
index 725c1f8309..d7c6629d88 100644
--- a/Gui/mplayer/gtk/fs.c
+++ b/Gui/mplayer/gtk/fs.c
@@ -121,7 +121,7 @@ GdkBitmap * fmask;
static char * Filter( char * name )
{
- char tmp[32];
+ static char tmp[32];
int i,c;
for ( i=0,c=0;i < strlen( name );i++ )
{