diff --git a/exec/load/binkp.js b/exec/load/binkp.js index 241c57c36aad2da12453ef7d5521c55adf2802b6..360f8e6f4930ba0ed230f239e539a813b8f16e68 100644 --- a/exec/load/binkp.js +++ b/exec/load/binkp.js @@ -154,7 +154,7 @@ BinkP.prototype.ack_file = function() } } else { - if (this.sendCmd(this.command.M_SKIP, this.escapeFileName(this.receiving_name)+' '+this.receiving_length+' '+this.receiving_date)) { + if (this.sendCmd(this.command.M_SKIP, this.escapeFileName(this.receiving_name)+' '+this.receiving_len+' '+this.receiving_date)) { this.failed_received_files.push(this.receiving.name); log(LOG_WARNING, "Callback returned false for '"+this.receiving.name+"'."); }