aboutsummaryrefslogtreecommitdiff
path: root/BUG3/bid.udo
diff options
context:
space:
mode:
Diffstat (limited to 'BUG3/bid.udo')
-rw-r--r--BUG3/bid.udo6
1 files changed, 1 insertions, 5 deletions
diff --git a/BUG3/bid.udo b/BUG3/bid.udo
index b26750e..61891b3 100644
--- a/BUG3/bid.udo
+++ b/BUG3/bid.udo
@@ -364,11 +364,7 @@ opcode bid_loadfile, 0, S
tt_notify(sprintf("Directive file cannot be found: '%s'", Sfile))
exitnow
endif
- iparameter = -1
- isection = -1
- ichordnum = -1
- isectiondataindex = -1
- imode = -1
+ idata[] fillarray -1, -1, -1, -1, -1
read:
Sline, ilinenum readfi Sfile
Sline = tt_stripnewline(Sline)