ACCESS: Use clear to empty Common::String variables
This commit is contained in:
parent
207c4012ad
commit
79b51f20e4
2 changed files with 3 additions and 3 deletions
|
@ -661,7 +661,7 @@ void Scripts::cmdTexChoice() {
|
|||
|
||||
findNull();
|
||||
|
||||
tmpStr = "";
|
||||
tmpStr.clear();
|
||||
while ((v = _data->readByte()) != 0)
|
||||
tmpStr += (char)v;
|
||||
|
||||
|
@ -676,7 +676,7 @@ void Scripts::cmdTexChoice() {
|
|||
findNull();
|
||||
|
||||
bool choice3Fl = false;
|
||||
tmpStr = "";
|
||||
tmpStr.clear();
|
||||
while ((v = _data->readByte()) != 0)
|
||||
tmpStr += (char)v;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue