Re: tilde-bug in vfs.c

2002-09-08 Thread Pavel Machek
Hi! > > What does your patch implement? How does it work? Please always comment > > non-obvious patches. In this case we really should make a decision before > > we go ahead and patch the code. > > Oh, I thought it was so simple. :) Anyway, vfs_canon is modified to > first canonicalize withou

Re: tilde-bug in vfs.c

2002-09-05 Thread Oskar Liljeblad
On Thursday, September 05, 2002 at 16:16, Pavel Roskin wrote: [..] > What does your patch implement? How does it work? Please always comment > non-obvious patches. In this case we really should make a decision before > we go ahead and patch the code. Oh, I thought it was so simple. :) Anyway,

Re: tilde-bug in vfs.c

2002-09-05 Thread Pavel Roskin
Hello, Oskar! > There is a bug which makes mc display regular file named '~root' > (or '~') as a directory. I know about this problem. I even tried to fix it, but could not find a good solution. Basically, the title expansion should be completely done on the highest level, when the data is r

tilde-bug in vfs.c

2002-09-05 Thread Oskar Liljeblad
Hello There is a bug which makes mc display regular file named '~root' (or '~') as a directory. It is mentioned at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=66591&repeatmerged=yes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=61202&repeatmerged=yes The problem is in vfs_canon in v