Changeset 69049 in vbox for trunk/src/VBox
- Timestamp:
- Oct 11, 2017 4:36:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isovfs.cpp
r69048 r69049 2702 2702 { 2703 2703 RTUNICP uc; 2704 int rc = RTStrGetCpEx(&pszSrc, &uc);2705 AssertRCReturn(rc , rc);2704 int rc2 = RTStrGetCpEx(&pszSrc, &uc); 2705 AssertRCReturn(rc2, rc2); 2706 2706 if (uc <= 0x7f) 2707 2707 {
Note:
See TracChangeset
for help on using the changeset viewer.