mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-19 18:00:23 +08:00
Fix a typo which caused the index to be generated incorrectly.
This commit is contained in:
parent
cae60c4344
commit
7c96f11285
@ -373,7 +373,7 @@ sub ps_flow_lines($$$@) {
|
||||
}
|
||||
}
|
||||
}
|
||||
push(@l,@wd);
|
||||
push(@l,@xd);
|
||||
if ( scalar(@l) ) {
|
||||
push(@ls, [[$type,0,undef,$fontset,0,0],[@l]]); # Final line
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user