X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=FileReaderInput.h;h=3e451f172ec5ff1cf8e4a25ca6ccf9f0643886f7;hb=e9bd547c31bc06fac87b49cafa624c03c2d50c91;hp=747440f6925a21d7ae5c00ebf1ff8871e8876ee0;hpb=c58ce13db33c45a3e321edabe3bda12f45829482;p=ecparse.git diff --git a/FileReaderInput.h b/FileReaderInput.h index 747440f..3e451f1 100644 --- a/FileReaderInput.h +++ b/FileReaderInput.h @@ -13,7 +13,7 @@ public: FileReaderInput(FILE *file); ~FileReaderInput(); - int read(void* buffer, size_t length); + size_t read(void* buffer, size_t length); bool isEOF(); private: