Author: manolo
Date: 2010-04-14 06:21:10 -0700 (Wed, 14 Apr 2010)
New Revision: 7502
Log:
Removed compilation warning

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

Modified: branches/branch-1.3/src/fl_draw.cxx
===================================================================
--- branches/branch-1.3/src/fl_draw.cxx 2010-04-14 13:07:34 UTC (rev 7501)
+++ branches/branch-1.3/src/fl_draw.cxx 2010-04-14 13:21:10 UTC (rev 7502)
@@ -234,7 +234,7 @@
     for (p = str, lines=0; p;) {
       e = fl_expand_text(p, buf, MAXBUF, w - symtotal, buflen, width, 
                          align&FL_ALIGN_WRAP, draw_symbols);
-      if (strw<width) strw = width;
+      if (strw<width) strw = (int)width;
       lines++;
       if (!*e || (*e == '@' && e[1] != '@' && draw_symbols)) break;
       p = e;

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

Reply via email to