diff options
Diffstat (limited to 'fluid/io/Project_Reader.h')
| -rw-r--r-- | fluid/io/Project_Reader.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/io/Project_Reader.h b/fluid/io/Project_Reader.h index b25b04ead..fe66be689 100644 --- a/fluid/io/Project_Reader.h +++ b/fluid/io/Project_Reader.h @@ -43,13 +43,13 @@ protected: Project &proj_; /// Project input file - FILE *fin = nullptr; + FILE *fin = 0; /// Number of most recently read line int lineno = 0; /// Pointer to the file path and name (not copied!) - const char *fname = nullptr; + const char *fname = 0; /// Expanding buffer to store the most recently read word - char *buffer = nullptr; + char *buffer = 0; /// Exact size of the expanding buffer in bytes int buflen = 0; |
