VirtualBox

Changeset 57725 in vbox for trunk


Ignore:
Timestamp:
Sep 11, 2015 8:17:38 PM (9 years ago)
Author:
vboxsync
Message:

uri.cpp: Build fix.

File:
1 edited

Legend:

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

    r57723 r57725  
    434434                            {
    435435                                szUtf8Seq[cchUtf8Seq] = '\0';
    436                                 int rc = RTStrValidateEncoding(szUtf8Seq);
     436                                rc = RTStrValidateEncoding(szUtf8Seq);
    437437                                if (RT_FAILURE(rc))
    438438                                    return VERR_URI_ESCAPED_CHARS_NOT_VALID_UTF8;
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