mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 03:09:49 +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