Changeset 75929 in vbox
- Timestamp:
- Dec 3, 2018 11:09:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
r75925 r75929 950 950 { 951 951 const char *pszName = pNodeIt->dirEntry.szName; 952 if ( !RTStrICmp(pszName, ".") /** @todo r=bird: Please do explain what the upper/lower casing of '.' is! I'm really curious. */ 952 if ( !RTStrICmp(pszName, ".") /** @todo r=bird: Please do explain what the upper/lower casing of '.' is! I'm really curious. */ 953 953 || !RTStrICmp(pszName, "..")) /** @todo r=bird: There is a RTDir API for checking these. Use it! */ 954 954 {
Note:
See TracChangeset
for help on using the changeset viewer.