On 21 February 2015 at 01:14, Lubomir I. Ivanov <[email protected]> wrote: > > the new libzip itself works. but i also sent an email to the libzip > ML, as this could be on their end for > some odd reason. >
doing a: FILE *f = fopen(QFile::encodeName(zipFile.fileName()), "rb"); (with or without zipFile.close() before it) succeeds. but then ftell(), sets errno to EBADF. the same error trigger in libzip's zip_open(). after this test, i would consider this a Qt issue and not a libzip one. lubomir -- _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
