Update generic target
parent
2c013cada8
commit
722e077029
|
@ -873,7 +873,7 @@ protected
|
|||
break;
|
||||
|
||||
case 'generic':
|
||||
obj.title = data.substring(0, heapBlockSize-0x58);
|
||||
obj.title = data.substring(0, (heapBlockSize-2)/2);
|
||||
div_container.appendChild(obj);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue