Changeset 73188 in vbox for trunk/src/VBox/Main/src-server/CloudUserProfileListImpl.cpp
- Timestamp:
- Jul 17, 2018 3:24:13 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123791
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/CloudUserProfileListImpl.cpp
r73173 r73188 78 78 LogRel(("Content of the line %d is %s \n", i, strLineContent.c_str())); 79 79 80 //strips the white-space characters from the string. It's needed for strings on Windows with "\n\r". 81 strLineContent = strLineContent.strip(); 80 82 if ( strLineContent.startsWith("[") && strLineContent.endsWith("]") ) 81 83 {
Note:
See TracChangeset
for help on using the changeset viewer.