X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0566dc54b18fcaa6d666711ec3356bf6096af87e..bb640d32213c5dce2ad26515b5fc26e023ec9b98:/flist.c diff --git a/flist.c b/flist.c index 7c21f73e..2d17bf7f 100644 --- a/flist.c +++ b/flist.c @@ -689,7 +689,7 @@ static struct file_struct *recv_file_entry(struct file_list *flist, xbuf outbuf, inbuf; INIT_CONST_XBUF(outbuf, thisname); - INIT_XBUF(inbuf, lastname, basename_len, -1); + INIT_XBUF(inbuf, lastname, basename_len, (size_t)-1); if (iconvbufs(ic_recv, &inbuf, &outbuf, 0) < 0) { io_error |= IOERR_GENERAL;