From a65004c7956b13bb32e83e9e86dfe4eb3f52d5bd Mon Sep 17 00:00:00 2001 From: Robert Date: Thu, 26 Aug 2021 23:49:32 +0100 Subject: [PATCH] Comment + action bump --- extension.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/extension.cpp b/extension.cpp index b6ed4b4..5dabc78 100644 --- a/extension.cpp +++ b/extension.cpp @@ -90,6 +90,7 @@ bool Cleaner::SDK_OnLoad(char *error, size_t maxlength, bool late) // we don't need to have 256 chars to work with here as most strings are far smaller than that // fgets stops at n - 1 aka 127 + //Read in to temp var char* temp = new char[128]; if (fgets(temp, 128, file) != NULL) {