Author: matt
Date: 2011-01-25 14:16:49 -0800 (Tue, 25 Jan 2011)
New Revision: 8315
Log:
Stupid bug removed

Modified:
   branches/branch-1.3/src/fl_font_mac.cxx

Modified: branches/branch-1.3/src/fl_font_mac.cxx
===================================================================
--- branches/branch-1.3/src/fl_font_mac.cxx     2011-01-25 19:54:09 UTC (rev 
8314)
+++ branches/branch-1.3/src/fl_font_mac.cxx     2011-01-25 22:16:49 UTC (rev 
8315)
@@ -312,7 +312,7 @@
       i++; // because a pair of UniChar's represent a single character
       continue;
       }
-    unsigned int r = uni >> 9; // index of the character block containing uni
+    unsigned int r = uni >> 7; // index of the character block containing uni
     if (!fl_fontsize->width[r]) { // this character block has not been hit yet
 //fprintf(stderr,"r=%d size=%d name=%s\n",r,fl_fontsize->size, 
fl_fontsize->q_name);
       // allocate memory to hold width of each character in the block

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to