[MPlayer-cvslog] r24265 - trunk/libvo/font_load.c

diego subversion at mplayerhq.hu
Tue Aug 28 16:36:04 CEST 2007


Author: diego
Date: Tue Aug 28 16:36:04 2007
New Revision: 24265

Log:
warning fix:
font_load.c: In function 'read_font_desc':
font_load.c:56: warning: unused variable 'fstate'


Modified:
   trunk/libvo/font_load.c

Modified: trunk/libvo/font_load.c
==============================================================================
--- trunk/libvo/font_load.c	(original)
+++ trunk/libvo/font_load.c	Tue Aug 28 16:36:04 2007
@@ -53,7 +53,7 @@ unsigned char sor2[1024];
 font_desc_t *desc;
 FILE *f = NULL;
 char *dn;
-struct stat fstate;
+//struct stat fstate;
 char section[64];
 int i,j;
 int chardb=0;



More information about the MPlayer-cvslog mailing list