Fix a bug in lib2.bc
This bug was that a local was not listed in the auto list. Signed-off-by: Gavin Howard <[email protected]>
This commit is contained in:
parent
11fbf0e663
commit
f71970ae6a
|
@ -310,7 +310,7 @@ define void pnlznl(x){
|
|||
print"\n"
|
||||
}
|
||||
define void output_byte(x,i){
|
||||
auto j,p,y,b
|
||||
auto j,p,y,b,s
|
||||
j=ibase
|
||||
ibase=A
|
||||
s=scale
|
||||
|
|
Loadingâ¦
Reference in New Issue