diff --git a/PLASMA-SYS1.PO b/PLASMA-SYS1.PO index 2429077..bfe2ce1 100644 Binary files a/PLASMA-SYS1.PO and b/PLASMA-SYS1.PO differ diff --git a/src/samplesrc/tftpd.pla b/src/samplesrc/tftpd.pla index d5f7a50..ad307c3 100644 --- a/src/samplesrc/tftpd.pla +++ b/src/samplesrc/tftpd.pla @@ -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") @@ -339,7 +339,7 @@ end if !iNet:initIP() return -1 fin -puts("TFTP Server Version 0.1\n") +puts("TFTP Server Version 0.2\n") portTFTP = iNet:openUDP(TFTP_PORT, @servUDP, 0) // // Alloc aligned file/io buffers diff --git a/src/vmsrc/apple/a1cmd.pla b/src/vmsrc/apple/a1cmd.pla index b93c896..ef13b68 100755 --- a/src/vmsrc/apple/a1cmd.pla +++ b/src/vmsrc/apple/a1cmd.pla @@ -40,7 +40,7 @@ predef sext(a)#1, divmod(a,b)#2, execmod(modfile)#1 // // Exported CMDSYS table // -word version = $0110 // 01.10 +word version = $0111 // 01.11 word syspath word syscmdln word = @execmod diff --git a/src/vmsrc/apple/cmd.pla b/src/vmsrc/apple/cmd.pla index 2399b39..99c6f57 100755 --- a/src/vmsrc/apple/cmd.pla +++ b/src/vmsrc/apple/cmd.pla @@ -37,7 +37,7 @@ predef execmod(modfile)#1 // // Exported CMDSYS table // -word version = $0110 // 01.10 +word version = $0111 // 01.11 word syspath word syscmdln word = @execmod diff --git a/src/vmsrc/apple/soscmd.pla b/src/vmsrc/apple/soscmd.pla index d60bbc0..3796cce 100755 --- a/src/vmsrc/apple/soscmd.pla +++ b/src/vmsrc/apple/soscmd.pla @@ -29,7 +29,7 @@ predef execmod(modfile)#1 // // Exported CMDSYS table // -word version = $0110 // 01.10 +word version = $0111 // 01.11 word syspath word cmdlnptr word = @execmod