Revision: 7209
          http://svn.sourceforge.net/mahogany/?rev=7209&view=rev
Author:   nerijus
Date:     2007-01-08 14:18:37 -0800 (Mon, 08 Jan 2007)

Log Message:
-----------
stricmp -> wxStricmp

Modified Paths:
--------------
    trunk/M/src/adb/AdbManager.cpp

Modified: trunk/M/src/adb/AdbManager.cpp
===================================================================
--- trunk/M/src/adb/AdbManager.cpp      2007-01-08 22:10:54 UTC (rev 7208)
+++ trunk/M/src/adb/AdbManager.cpp      2007-01-08 22:18:37 UTC (rev 7209)
@@ -425,7 +425,7 @@
                                  ? posParamEnd
                                  : posParamEnd - posEq - 1);
 ;
-            if ( stricmp(param, "subject") == 0 )
+            if ( wxStricmp(param, "subject") == 0 )
             {
                *subject = value;
             }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to