mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Fixes runtime condenser (#37193)
* Fixes runtime condenser * stray comment
This commit is contained in:
committed by
CitadelStationBot
parent
f98040513a
commit
c8a91e0d13
@@ -122,6 +122,8 @@ inline void forward_progress(FILE * inputFile) {
|
||||
if (nextLine->length() >= 10) {
|
||||
if ((*nextLine)[0] == '[' && (*nextLine)[3] == ':' && (*nextLine)[6] == ':' && (*nextLine)[9] == ']')
|
||||
nextLine->erase(0, 10);
|
||||
else if (nextLine->length() >= 26 && ((*nextLine)[0] == '[' && (*nextLine)[5] == '-' && (*nextLine)[14] == ':' && (*nextLine)[20] == '.' && (*nextLine)[24] == ']'))
|
||||
nextLine->erase(0, 26);
|
||||
}
|
||||
}
|
||||
//deallocates to, copys from to to.
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user