Changeset 44300 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jan 15, 2013 4:20:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/tarcmd.cpp
r44299 r44300 645 645 #endif 646 646 647 #if !defined(RT_OS_WINDOWS) /** @todo implement RTPathSetMode on windows... */ 647 648 if (!RTFS_IS_SYMLINK(UnixInfo.Attr.fMode)) /* RTPathSetMode follows symbolic links atm. */ 648 649 { … … 656 657 rcExit = RTMsgErrorExit(RTEXITCODE_FAILURE, "%s: Error changing mode: %Rrc", szDst, rc); 657 658 } 659 #endif 658 660 659 661 return rcExit;
Note:
See TracChangeset
for help on using the changeset viewer.