[Mplayer-cvslog] CVS: main/TOOLS/subfont-c/osd gen_osd_h.c,1.1,1.2
Arpi of Ize
arpi at mplayerhq.hu
Sun Jan 26 17:32:46 CET 2003
Update of /cvsroot/mplayer/main/TOOLS/subfont-c/osd
In directory mail:/var/tmp.root/cvs-serv21325
Modified Files:
gen_osd_h.c
Log Message:
10l
Index: gen_osd_h.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/subfont-c/osd/gen_osd_h.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gen_osd_h.c 28 Aug 2002 20:52:01 -0000 1.1
+++ gen_osd_h.c 26 Jan 2003 16:32:43 -0000 1.2
@@ -4,7 +4,7 @@
{
int c;
int cnt;
- printf("unsigned char *osd_font_pfb = {");
+ printf("unsigned char osd_font_pfb[] = {");
for (cnt = 0;;cnt++) {
if (cnt % 16 == 0) printf("\n");
c = getchar();
More information about the MPlayer-cvslog
mailing list