Changeset 37167 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 20, 2011 4:29:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.cpp
r36883 r37167 736 736 { 737 737 WebLogSoapError(&soap); 738 break;738 continue; 739 739 } 740 740 … … 1206 1206 1207 1207 aStr.reserve(cchOut+1); 1208 int rc = RTBase64Encode(sfaData.raw(), cbData, 1208 int rc = RTBase64Encode(sfaData.raw(), cbData, 1209 1209 aStr.mutableRaw(), aStr.capacity(), 1210 1210 NULL); … … 1212 1212 aStr.jolt(); 1213 1213 1214 return aStr.c_str(); 1214 return aStr.c_str(); 1215 1215 } 1216 1216
Note:
See TracChangeset
for help on using the changeset viewer.