mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-29 15:22:06 +02:00
Add an Xcode project and fix some Clang-reported issues.
This commit is contained in:
@@ -387,7 +387,7 @@ write_buffer(pdfio_file_t *pdf, // I - PDF file
|
||||
}
|
||||
|
||||
buffer += wbytes;
|
||||
bytes -= wbytes;
|
||||
bytes -= (size_t)wbytes;
|
||||
}
|
||||
|
||||
return (true);
|
||||
|
Reference in New Issue
Block a user