[fpc-devel] TStrings.CheckSpecialChars broken
    Marc Weustink 
    marc at dommelstein.net
       
    Thu Mar 10 23:47:08 CET 2005
    
    
  
Hi,
The TStrings.CheckSpecialChars is missing a not. Now the special chars are 
never initialized :(
Marc
Index: stringl.inc
===================================================================
RCS file: /FPC/CVS/fpc/rtl/objpas/classes/stringl.inc,v
retrieving revision 1.9
diff -r1.9 stringl.inc
50c50
<   If FSpecialCharsInited then
---
 >   If not FSpecialCharsInited then
    
    
More information about the fpc-devel
mailing list