From 6800761863dd45b6055768febc6ace6a20120dc7 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sun, 19 Oct 2014 22:22:08 -0700 Subject: New ast module for for npc parsing Will eventually put most/all parsers there. --- src/io/read.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/io/read.cpp') diff --git a/src/io/read.cpp b/src/io/read.cpp index 3ae5246..f3ed293 100644 --- a/src/io/read.cpp +++ b/src/io/read.cpp @@ -36,6 +36,8 @@ namespace io { ReadFile::ReadFile(FD f) : fd(f), start(0), end(0) + // only for debug-sanity + , buf{} { } ReadFile::ReadFile(ZString name) -- cgit v1.2.3-70-g09d2