https://bugs.freedesktop.org/show_bug.cgi?id=73328
--- Comment #9 from Julien Nabet <[email protected]> --- About the template, it seems there's a problem here: package/source/xstor/xfactory.cxx 49 // TODO/LATER: should the disk spanned files be supported? 50 // 0x50, 0x4b, 0x07, 0x08 51 return ( nRead == 4 && aData[0] == 0x50 && aData[1] == 0x4b && aData[2] == 0x03 && aData[3] == 0x04 ); and here's what I got: (gdb) p aData $16 = uno::Sequence of length 4 = {-48 '\320', -49 '\317', 17 '\021', -32 '\340'} I don't know if it explains the whole thing but it doesn't seem right. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
