mirror of
https://github.com/accelerator74/Cleaner.git
synced 2025-12-07 02:28:26 +00:00
Comment + action bump
This commit is contained in:
parent
419ff8d178
commit
a65004c795
@ -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
|
// 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
|
// fgets stops at n - 1 aka 127
|
||||||
|
//Read in to temp var
|
||||||
char* temp = new char[128];
|
char* temp = new char[128];
|
||||||
if (fgets(temp, 128, file) != NULL)
|
if (fgets(temp, 128, file) != NULL)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user