Changeset 75338 in vbox
- Timestamp:
- Nov 9, 2018 2:08:49 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFFind.cpp
r75337 r75338 49 49 * 50 50 * @returns true if compatible, false if not. 51 * @param pszName The name to inspect (UTF-8). 51 * @param pszName The name to inspect (UTF-8). 52 * @param cchName The length of the name. 53 * @param pwszTmp Buffer for test conversions. 54 * @param cwcTmp The size of the buffer. 52 55 */ 53 56 static bool vboxSfOs2IsUtf8Name8dot3(const char *pszName, size_t cchName, PRTUTF16 pwszTmp, size_t cwcTmp) … … 703 706 vboxSfOs2ReleasePathAndFolder(pStrFolderPath, pFolder); 704 707 } 708 709 RT_NOREF_PV(pFsFsi); 705 710 LogFlow(("FS32_FINDFIRST: returns %u\n", rc)); 706 711 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.