Opened 20 years ago
Last modified 20 years ago
#1456 closed Patch
(fs) aliases not working
Reported by: | tropics | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | tropics, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
there is a typo in file Permissions.cpp, Line 591. it should
read:
while((pos = directory.Find('/')) != -1)
instead of
while((pos = directory.Find('/') != -1))
Note:
See TracTickets
for help on using tickets.
Applied, thx.