bugfix in sid_dmppos (thanks to blueicechip)

This commit is contained in:
Joerg Deckert 2014-07-13 13:16:13 +02:00
parent 1606b5e478
commit a2f6f2826d
1 changed files with 1 additions and 1 deletions

View File

@ -1462,7 +1462,7 @@ PUB sid_dmpstatus: status
PUB sid_dmppos: wert
bus_putchar1(gc#a_s_dmppos)
wert := bus_getlong1
bus_getlong1
wert := bus_getlong1 - wert
PUB sid_dmplen: wert
bus_putchar1(gc#a_s_dmppos)