diff libvo/sub.c @ 805:d7ab7dbadb22

j->k for correct unicode...
author arpi_esp
date Mon, 14 May 2001 23:38:18 +0000
parents b25a887b6054
children 83919c1b9924
line wrap: on
line diff
--- a/libvo/sub.c	Mon May 14 22:40:08 2001 +0000
+++ b/libvo/sub.c	Mon May 14 23:38:18 2001 +0000
@@ -164,7 +164,7 @@
             for(k=previousStrip;k<lastStripPosition;k++){
               int c=text[k];
 	      int font;
-              if (sub_unicode && (c>=0x80)) c=(c<<8)+text[++j];
+              if (sub_unicode && (c>=0x80)) c=(c<<8)+text[++k];
               font=vo_font->font[c];
               if(x>=0 && x+vo_font->width[c]<dxs)
                 if(font>=0)