From 43e0a37906afabb0b3b091b8d3eac9a910cae50c Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 02:33:41 +0500 Subject: wip --- fluid/io/Project_Reader.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fluid/io/Project_Reader.h') 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; -- cgit v1.2.3