VirtualBox

Changeset 80358 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 20, 2019 7:44:47 PM (5 years ago)
Author:
vboxsync
Message:

iprt/string.h: Fixed RTStrStartsWith and RTStrIStartsWith return code (copy & paste bug).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/string.h

    r79562 r80358  
    24452445 * @param   pszStart    The start string to check for.
    24462446 */
    2447 RTDECL(int) RTStrStartsWith(const char *pszString, const char *pszStart);
     2447RTDECL(bool) RTStrStartsWith(const char *pszString, const char *pszStart);
    24482448
    24492449/**
     
    24542454 * @param   pszStart    The start string to check for.
    24552455 */
    2456 RTDECL(int) RTStrIStartsWith(const char *pszString, const char *pszStart);
     2456RTDECL(bool) RTStrIStartsWith(const char *pszString, const char *pszStart);
    24572457
    24582458/**
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