[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kjs
From:       Laurent Montel <montel () kde ! org>
Date:       2006-01-29 17:58:09
Message-ID: 1138557489.812753.1171.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 503619 by mlaurent:

f is not define.
I think that it's flags
Could you verify it ?


 M  +1 -1      regexp.cpp  


--- trunk/KDE/kdelibs/kjs/regexp.cpp #503618:503619
@@ -110,7 +110,7 @@
   regflags |= REG_EXTENDED;
 #endif
 #ifdef REG_ICASE
-  if ( f & IgnoreCase )
+  if ( flags & IgnoreCase )
     regflags |= REG_ICASE;
 #endif
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic