Update generic target

bug/bundler_fix
sinn3r 2013-02-28 11:09:52 -06:00
parent 2c013cada8
commit 722e077029
1 changed files with 1 additions and 1 deletions

View File

@ -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;