Re: rpki-client compare file path properly

2021-03-26 Thread Theo Buehler
On Fri, Mar 26, 2021 at 03:38:54PM +0100, Claudio Jeker wrote: > Not sure on what I was tripping when writing filepathcmp() but it makes no > sense to use strcasecmp() there. It compares paths in the filesystem and > these are case-sensitive. ok > > -- > :wq Claudio > > Index: main.c > ===

rpki-client compare file path properly

2021-03-26 Thread Claudio Jeker
Not sure on what I was tripping when writing filepathcmp() but it makes no sense to use strcasecmp() there. It compares paths in the filesystem and these are case-sensitive. -- :wq Claudio Index: main.c === RCS file: /cvs/src/usr.sb