mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 18:06:55 -06:00
18.06
This commit is contained in:
@@ -307,6 +307,7 @@ public:
|
||||
|
||||
void ReplaceOneCharAtPos(unsigned pos, char c) { _chars[pos] = c; }
|
||||
|
||||
char *GetBuf() { return _chars; }
|
||||
/* GetBuf(minLen): provides the buffer that can store
|
||||
at least (minLen) characters and additional null terminator.
|
||||
9.35: GetBuf doesn't preserve old characters and terminator */
|
||||
|
||||
Reference in New Issue
Block a user