mirror of
				https://github.com/michaelrsweet/pdfio.git
				synced 2025-10-31 18:35:45 +01:00 
			
		
		
		
	One more Windows build warning.
This commit is contained in:
		| @@ -478,7 +478,7 @@ fill_buffer(pdfio_file_t *pdf)		// I - PDF file | |||||||
|  |  | ||||||
|   // Advance current position in file as needed... |   // Advance current position in file as needed... | ||||||
|   if (pdf->bufend) |   if (pdf->bufend) | ||||||
|     pdf->bufpos += pdf->bufend - pdf->buffer; |     pdf->bufpos += (off_t)(pdf->bufend - pdf->buffer); | ||||||
|  |  | ||||||
|   // Try reading from the file... |   // Try reading from the file... | ||||||
|   if ((bytes = read_buffer(pdf, pdf->buffer, sizeof(pdf->buffer))) <= 0) |   if ((bytes = read_buffer(pdf, pdf->buffer, sizeof(pdf->buffer))) <= 0) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user