Changeset 62375 in vbox
- Timestamp:
- Jul 20, 2016 6:13:58 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108921
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/io/nsLocalFileUnix.cpp
r61235 r62375 632 632 PRUint32 oldPerms; 633 633 634 if NS_FAILED((rv = IsDirectory(&dirCheck)))634 if (NS_FAILED((rv = IsDirectory(&dirCheck)))) 635 635 return rv; 636 636 if (!dirCheck)
Note:
See TracChangeset
for help on using the changeset viewer.