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))

Change History (1)

comment:1 by Tim Kosse, 20 years ago

Applied, thx.

Note: See TracTickets for help on using tickets.