diff --git a/exec/load/binkp.js b/exec/load/binkp.js index 12e347caffa9d1bf4c2aca3a57a26a366935e753..f7394ccefda5b979a0e4d1d4d5bf84035b6430ec 100644 --- a/exec/load/binkp.js +++ b/exec/load/binkp.js @@ -252,7 +252,7 @@ BinkP.prototype.connect = function(addr, password, port) this.sendCmd(this.command.M_NUL, "LOC "+this.system_location); this.sendCmd(this.command.M_NUL, "NDL 115200,TCP,BINKP"); this.sendCmd(this.command.M_NUL, "TIME "+new Date().toString()); - this.sendCmd(this.command.M_NUL, "VER "+this.name_ver+system.platform+" binkp/1.1"); + this.sendCmd(this.command.M_NUL, "VER "+this.name_ver+'/'+system.platform+" binkp/1.1"); this.sendCmd(this.command.M_ADR, this.addr_list.join(' ')); while(!js.terminated && this.remote_addrs === undefined) {