VirtualBox

Changeset 73188 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Jul 17, 2018 3:24:13 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123791
Message:

bugref:9152. Added the call RTCString::strip() for Windows compatibility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/CloudUserProfileListImpl.cpp

    r73173 r73188  
    7878            LogRel(("Content of the line %d is %s \n", i, strLineContent.c_str()));
    7979
     80            //strips the white-space characters from the string. It's needed for strings on Windows with "\n\r".
     81            strLineContent = strLineContent.strip();
    8082            if ( strLineContent.startsWith("[") && strLineContent.endsWith("]") )
    8183            {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette