VirtualBox

Ignore:
Timestamp:
Sep 12, 2015 12:01:23 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102641
Message:

RTHttp: RTHttpUseSystemProxySettings improvements wrt env vars.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/uri.cpp

    r57725 r57726  
    674674    size_t const cchScheme = strlen(pszScheme);
    675675    return RTStrNICmp(pszUri, pszScheme, cchScheme) == 0
    676         && pszScheme[cchScheme] == ':';
     676        && pszUri[cchScheme] == ':';
    677677}
    678678
Note: See TracChangeset for help on using the changeset viewer.

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