diff --git a/qml/js/buffers.js b/qml/js/buffers.js index 003be75..390c1a7 100644 --- a/qml/js/buffers.js +++ b/qml/js/buffers.js @@ -93,7 +93,7 @@ function Buffer(pointer, number, full_name, name, title) { if (!this.inited && this.pointer !== '0') { var self = this; var lines = this.textList.count; - EQ.command('hdata buffer:' + this.full_name + '/own_lines/last_line(-' + (lines + 100) + ')/data', function(result) { + EQ.command('hdata buffer:0x' + this.pointer + '/own_lines/last_line(-' + (lines + 100) + ')/data', function(result) { var lines = result[0].objectSets; lines.reverse(); handleLines(lines);