mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
Added missing this->
This commit is contained in:
@@ -99,9 +99,9 @@ namespace DB {
|
||||
BitArray temp;
|
||||
|
||||
// indicator is the number of chars read from the database
|
||||
if (indicator > 0)
|
||||
if (this->indicator > 0)
|
||||
{
|
||||
buf[indicator] = 0;
|
||||
buf[this->indicator] = 0;
|
||||
temp.setFromDbTextString(buf);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user