One more Windows build warning.

This commit is contained in:
Michael R Sweet 2025-04-18 18:10:03 -04:00
parent 09ee7d16c1
commit 5e9617a742
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244

View File

@ -478,7 +478,7 @@ fill_buffer(pdfio_file_t *pdf) // I - PDF file
// Advance current position in file as needed...
if (pdf->bufend)
pdf->bufpos += pdf->bufend - pdf->buffer;
pdf->bufpos += (off_t)(pdf->bufend - pdf->buffer);
// Try reading from the file...
if ((bytes = read_buffer(pdf, pdf->buffer, sizeof(pdf->buffer))) <= 0)