master
Daniel Kolesa 2016-03-20 20:23:26 +00:00
parent 6c4fd3d8ae
commit 4854242918
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@ public:
s.p_buf = nullptr;
s.p_allocated = false;
}
TempCString(CharRangeBase<const T> input, char *sbuf, Size bufsize)
TempCString(CharRangeBase<const T> input, T *sbuf, Size bufsize)
: p_buf(nullptr), p_allocated(false) {
if (!input.size()) return;
if (input.size() >= bufsize) {