mirror of
https://github.com/KarolS/millfork.git
synced 2025-04-05 13:37:25 +00:00
Oops
This commit is contained in:
parent
35ba36ce11
commit
bb5c633172
@ -26,7 +26,7 @@ void main() {
|
||||
for s,0,until,stages.length {
|
||||
if call(stages[s].predicate, i) {
|
||||
printed = true
|
||||
putstrz(stages[js].text)
|
||||
putstrz(stages[s].text)
|
||||
}
|
||||
}
|
||||
if not(printed) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user