diff options
author | phintuka <phintuka> | 2007-05-17 13:36:40 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-05-17 13:36:40 +0000 |
commit | d0d51a21ed3d0118a209b13b7c4e1b5d53acf572 (patch) | |
tree | b3ccace29fde4d0f37eb632fae62f27cf8f1cf86 | |
parent | 109d45f4ecbddc1c4537235be722b86dcf904b9a (diff) | |
download | xineliboutput-d0d51a21ed3d0118a209b13b7c4e1b5d53acf572.tar.gz xineliboutput-d0d51a21ed3d0118a209b13b7c4e1b5d53acf572.tar.bz2 |
No functional changes
-rw-r--r-- | menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: menu.c,v 1.34 2007-03-14 17:40:38 phintuka Exp $ + * $Id: menu.c,v 1.35 2007-05-17 13:36:40 phintuka Exp $ * */ @@ -305,7 +305,7 @@ eOSState cMenuBrowseFiles::Open(bool ForceOpen, bool Parent, bool Queue) } else { /* image */ char **files = new char*[Count()+1]; - int i=0, index = 0; + int i = 0, index = 0; memset(files, 0, sizeof(char*)*(Count()+1)); for(cFileListItem *it = (cFileListItem*)First(); it; it=(cFileListItem*)Next(it)) { if(it==Get(Current())) |