VirtualBox

Changeset 46327 in vbox for trunk/src


Ignore:
Timestamp:
May 30, 2013 12:20:38 PM (12 years ago)
Author:
vboxsync
Message:

not here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/split-soapC.cpp

    r46326 r46327  
    140140
    141141            /* process nesting depth information */
    142             if (!strncmp(pLine, RT_STR_TUPLE("#if")))
     142            if (!strncmp(pLine, "#if", 3))
    143143                cIfNesting++;
    144             else if (!strncmp(pLine, RT_STR_TUPLE("#endif")))
     144            else if (!strncmp(pLine, "#endif", 6))
    145145            {
    146146                cIfNesting--;
     
    164164
    165165            /* look for static variables used for enum conversion. */
    166             if (!strncmp(pLine, RT_STR_TUPLE("static const struct soap_code_map")))
     166            if (!strncmp(pLine, "static const struct soap_code_map", sizeof("static const struct soap_code_map") - 1))
    167167                cLinesSinceStaticMap = 0;
    168168            else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette