Author: mike
Date: 2007-12-16 10:51:17 -0800 (Sun, 16 Dec 2007)
New Revision: 6000
Log:
Fix infinite loop bug...
Modified:
branches/branch-1.1/src/Fl_Help_View.cxx
Modified: branches/branch-1.1/src/Fl_Help_View.cxx
===================================================================
--- branches/branch-1.1/src/Fl_Help_View.cxx 2007-12-15 17:35:57 UTC (rev
5999)
+++ branches/branch-1.1/src/Fl_Help_View.cxx 2007-12-16 18:51:17 UTC (rev
6000)
@@ -2372,6 +2372,8 @@
}
}
}
+ else
+ ptr ++;
}
free((void *)value_);
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit