aboutsummaryrefslogtreecommitdiff
path: root/BUG3/bid.udo
diff options
context:
space:
mode:
authorRichard <q@1bpm.net>2021-11-09 21:10:12 +0000
committerRichard <q@1bpm.net>2021-11-09 21:10:12 +0000
commit69d812698d8b6b4e963d49d0953ebeca05fa6500 (patch)
treee7fcf987afe9cd1ca290cbee3011bd6b3deacb8a /BUG3/bid.udo
parentdae3d836d099b1abf8b4e6e935d148eccb90f96e (diff)
downloadcsd-unfixedbugs1-69d812698d8b6b4e963d49d0953ebeca05fa6500.tar.gz
csd-unfixedbugs1-69d812698d8b6b4e963d49d0953ebeca05fa6500.tar.bz2
csd-unfixedbugs1-69d812698d8b6b4e963d49d0953ebeca05fa6500.zip
BUG4 finished
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)