Changeset 72804 in vbox
- Timestamp:
- Jul 3, 2018 12:20:29 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r72070 r72804 890 890 891 891 const char * const pszComma = strchr(pszNext, ','); 892 size_t cchKeyword = pszComma ? pszComma - pszNext : strlen(psz Comma);892 size_t cchKeyword = pszComma ? pszComma - pszNext : strlen(pszNext); 893 893 while (cchKeyword > 0 && RT_C_IS_SPACE(pszNext[cchKeyword - 1])) 894 894 cchKeyword--; … … 1357 1357 1358 1358 const char * const pszComma = strchr(pszNext, ','); 1359 size_t cchKeyword = pszComma ? pszComma - pszNext : strlen(psz Comma);1359 size_t cchKeyword = pszComma ? pszComma - pszNext : strlen(pszNext); 1360 1360 while (cchKeyword > 0 && RT_C_IS_SPACE(pszNext[cchKeyword - 1])) 1361 1361 cchKeyword--;
Note:
See TracChangeset
for help on using the changeset viewer.

