Author: manolo
Date: 2012-03-02 08:23:28 -0800 (Fri, 02 Mar 2012)
New Revision: 9261
Log:
Minor comment rewording

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

Modified: branches/branch-1.3/src/Fl_Text_Buffer.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Text_Buffer.cxx  2012-03-01 14:22:15 UTC (rev 
9260)
+++ branches/branch-1.3/src/Fl_Text_Buffer.cxx  2012-03-02 16:23:28 UTC (rev 
9261)
@@ -1642,7 +1642,7 @@
       if (q + lq > buffer + buflen) {  // encoding would walk off end of 
buffer[]?
        memmove(line, p, endline - p);  // re-jigger line[] buffer for next call
        endline -= (p - line);          // adjust end of line[] buffer for next 
call
-       return q - buffer;              // return what's decoded so far, caller 
will enlarge buffer
+       return q - buffer;              // return what's decoded so far, caller 
will consume buffer
       }
       memcpy(q, multibyte, lq);
       q += lq; 

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

Reply via email to