1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 16:16:34 +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
+1 -1
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")