- Timestamp:
- Apr 29, 2014 7:38:41 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93499
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/darwin/iokit.cpp
r50695 r51159 275 275 if (darwinDictGetString(DictRef, KeyStrRef, szBuf, sizeof(szBuf))) 276 276 { 277 *ppsz = RTStrDup( RTStrStrip(szBuf));277 *ppsz = RTStrDup(szBuf); 278 278 if (*ppsz) 279 279 return true;
Note:
See TracChangeset
for help on using the changeset viewer.