diff options
Diffstat (limited to 'qtools')
-rw-r--r-- | qtools/qcstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qcstring.h b/qtools/qcstring.h index c2a5dc3..e1414b5 100644 --- a/qtools/qcstring.h +++ b/qtools/qcstring.h @@ -391,7 +391,7 @@ public: // resizes LSData so it can hold size bytes (which includes the 0 terminator!) // Since this is for long strings only, size should be > SHORT_STR_CAPACITY - static LSData *resize(LSData *d,int size) + static LSData *resize(LSData *d,uint size) { if (d->len>0 && d->refCount==0) // non-const, non-empty { |