X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/37101856a6968452bdbcfefcc997738be98fafd9..d051056f921f465c487a85f9fa29a2324332bc4b:/popt/poptconfig.c diff --git a/popt/poptconfig.c b/popt/poptconfig.c index 446e6e98..50235661 100644 --- a/popt/poptconfig.c +++ b/popt/poptconfig.c @@ -92,9 +92,9 @@ static void configLine(poptContext con, unsigned char * line) int poptReadConfigFile(poptContext con, const char * fn) { - const char * file, * chptr, * end; - char * buf; -/*@dependent@*/ char * dst; + const unsigned char * file, * chptr, * end; + unsigned char * buf; +/*@dependent@*/ unsigned char * dst; int fd, rc; off_t fileLength;