1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-04-05 03:37:43 +00:00

Fix writing xlated data to disk

This commit is contained in:
David Schmenk 2018-04-29 07:19:48 -07:00
parent 2f5bb106bd
commit b1143a2b7e

View File

@ -229,7 +229,7 @@ def writeUDP(ipsrc, portsrc, data, len, param)
fin
len = len - t_datPkt
if netscii
xlat($0A, $0D, buff+datBytes, len)
xlat($0A, $0D, data+datBytes, len)
fin
if fileio:write(ref, data+datBytes, len) <> len
puts("WRQ: File write error\n")