From 26b45c26e9a45c58c544e5f0ab451260b4bb8b2a Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Wed, 18 Sep 2024 17:42:45 +0800 Subject: [PATCH] update --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index a2b041d..72c4785 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -104,6 +104,8 @@ int main() // string l = ""; zt::print("Undergoing transformation\n"); + + while (input_file_stream.getline(buf.data(),MAX_SIZE,'\n')) {