diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 02:33:41 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 02:33:41 +0500 |
| commit | 43e0a37906afabb0b3b091b8d3eac9a910cae50c (patch) | |
| tree | d2a037c2bf0dc395fddb08e32ebfcf2795503b7c /fluid/io/Project_Reader.h | |
| parent | 4ce4967c33d56e4b56d85d11fe0e0be91e159f5d (diff) | |
wip
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; |
