mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-22 04:13:33 +01:00
Bug with IRP_READ/IRP_WRITE
This commit is contained in:
parent
a2c2cb9f63
commit
2565728244
@ -348,6 +348,7 @@ def irp_simple_statements(text):
|
|||||||
dummy, variable, num = buffer
|
dummy, variable, num = buffer
|
||||||
else:
|
else:
|
||||||
error.fail(line,"Error in IRP_%s statement"%(rw,))
|
error.fail(line,"Error in IRP_%s statement"%(rw,))
|
||||||
|
variable = variable.lower()
|
||||||
i = line.i
|
i = line.i
|
||||||
f = line.filename
|
f = line.filename
|
||||||
txt = line.text.lstrip()
|
txt = line.text.lstrip()
|
||||||
|
Loading…
Reference in New Issue
Block a user