- Timestamp:
- Sep 11, 2015 8:17:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/uri.cpp
r57723 r57725 434 434 { 435 435 szUtf8Seq[cchUtf8Seq] = '\0'; 436 intrc = RTStrValidateEncoding(szUtf8Seq);436 rc = RTStrValidateEncoding(szUtf8Seq); 437 437 if (RT_FAILURE(rc)) 438 438 return VERR_URI_ESCAPED_CHARS_NOT_VALID_UTF8;
Note:
See TracChangeset
for help on using the changeset viewer.