mirror of
https://github.com/td512/re3.git
synced 2026-03-02 17:45:32 +00:00
Fixes
This commit is contained in:
@@ -72,8 +72,7 @@ CPager::Display()
|
||||
if (!outstr1[pos]) break;
|
||||
|
||||
outstr2[i] = outstr1[pos];
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
outstr2[i] = ' ';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user