mirror of
https://github.com/cshepherd/yagsdisasm.git
synced 2025-01-15 03:33:00 +00:00
.po handling fix
This commit is contained in:
parent
0891665c81
commit
aa5c0170cc
@ -48,8 +48,7 @@ class Input_PO
|
||||
*/
|
||||
public function getBlocks( $starting_block, $num_blocks )
|
||||
{
|
||||
fseek( $fp, $this->image_offset, SEEK_SET );
|
||||
fseek( $fp, $starting_block*512 );
|
||||
fseek( $fp, $starting_block*512, SEEK_SET );
|
||||
$data = '';
|
||||
for( $blk=0;$blk<$num_blocks;$blk++ )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user