X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=blobdiff_plain;f=FileReaderInput.h;h=3e451f172ec5ff1cf8e4a25ca6ccf9f0643886f7;hp=747440f6925a21d7ae5c00ebf1ff8871e8876ee0;hb=HEAD;hpb=c58ce13db33c45a3e321edabe3bda12f45829482 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: