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_Writer.h | |
| parent | 4ce4967c33d56e4b56d85d11fe0e0be91e159f5d (diff) | |
wip
Diffstat (limited to 'fluid/io/Project_Writer.h')
| -rw-r--r-- | fluid/io/Project_Writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/io/Project_Writer.h b/fluid/io/Project_Writer.h index c95c9f7cb..64769a762 100644 --- a/fluid/io/Project_Writer.h +++ b/fluid/io/Project_Writer.h @@ -40,7 +40,7 @@ protected: Project &proj_; // Project output file, always opened in "wb" mode - FILE *fout = nullptr; + FILE *fout = 0; /// If set, one space is written before text unless the format starts with a newline character int needspace = 0; /// Set if this file will be used in the codeview dialog |
