Re: [patch?] recent ftpfs ERRNOR fix broke uploading

2006-02-17 Thread Pavel Tsekov
On Thu, 2 Feb 2006, Jindrich Makovicka wrote: Pavel Tsekov wrote: On Thu, 2 Feb 2006, Pavel Tsekov wrote: On Wed, 1 Feb 2006, Jindrich Makovicka wrote: after a fix of wrong ERRNOR usage in ftpfs.c (2006-01-24 ftpfs.c (ftpfs_dir_load): Fix a bad ERRNOR call), mc segfaults when I try

Re: [patch?] recent ftpfs ERRNOR fix broke uploading

2006-02-03 Thread Pavel Tsekov
On Thu, 2 Feb 2006, Jindrich Makovicka wrote: after a fix of wrong ERRNOR usage in ftpfs.c (2006-01-24 ftpfs.c (ftpfs_dir_load): Fix a bad ERRNOR call), mc segfaults when I try uploading directories recursively. Changing the return value from -1 to 0 seems to fix the problem. I've just

Re: [patch?] recent ftpfs ERRNOR fix broke uploading

2006-02-02 Thread Jindrich Makovicka
Pavel Tsekov wrote: On Thu, 2 Feb 2006, Pavel Tsekov wrote: On Wed, 1 Feb 2006, Jindrich Makovicka wrote: after a fix of wrong ERRNOR usage in ftpfs.c (2006-01-24 ftpfs.c (ftpfs_dir_load): Fix a bad ERRNOR call), mc segfaults when I try uploading directories recursively. Changing the return

Re: [patch?] recent ftpfs ERRNOR fix broke uploading

2006-02-02 Thread Pavel Tsekov
On Wed, 1 Feb 2006, Jindrich Makovicka wrote: after a fix of wrong ERRNOR usage in ftpfs.c (2006-01-24 ftpfs.c (ftpfs_dir_load): Fix a bad ERRNOR call), mc segfaults when I try uploading directories recursively. Changing the return value from -1 to 0 seems to fix the problem. I've just

Re: [patch?] recent ftpfs ERRNOR fix broke uploading

2006-02-02 Thread Pavel Tsekov
On Wed, 1 Feb 2006, Jindrich Makovicka wrote: after a fix of wrong ERRNOR usage in ftpfs.c (2006-01-24 ftpfs.c (ftpfs_dir_load): Fix a bad ERRNOR call), mc segfaults when I try uploading directories recursively. Changing the return value from -1 to 0 seems to fix the problem. I'll

Re: [patch?] recent ftpfs ERRNOR fix broke uploading

2006-02-02 Thread Pavel Tsekov
On Thu, 2 Feb 2006, Pavel Tsekov wrote: On Wed, 1 Feb 2006, Jindrich Makovicka wrote: after a fix of wrong ERRNOR usage in ftpfs.c (2006-01-24 ftpfs.c (ftpfs_dir_load): Fix a bad ERRNOR call), mc segfaults when I try uploading directories recursively. Changing the return value from -1 to

[patch?] recent ftpfs ERRNOR fix broke uploading

2006-02-01 Thread Jindrich Makovicka
Hi, after a fix of wrong ERRNOR usage in ftpfs.c (2006-01-24 ftpfs.c (ftpfs_dir_load): Fix a bad ERRNOR call), mc segfaults when I try uploading directories recursively. Changing the return value from -1 to 0 seems to fix the problem. Regards, -- Jindrich Makovicka Index: ftpfs.c