StringSplitter icon indicating copy to clipboard operation
StringSplitter copied to clipboard

Limit bug updated May 2024

Open Keshinzou2k opened this issue 1 year ago • 0 comments

in StringSplitter.h use 1024 as MAX class StringSplitter{ private: static const unsigned int MAX = 1024;

Keshinzou2k avatar May 02 '24 04:05 Keshinzou2k