- fixed bug in gui/src/tarfile.* for systems where
commit814a0b8aac38b90814e51dff88eaa57e633189fe
authorcdfrey <cdfrey>
Fri, 2 Feb 2007 03:00:07 +0000 (2 03:00 +0000)
committercdfrey <cdfrey>
Fri, 2 Feb 2007 03:00:07 +0000 (2 03:00 +0000)
tree6094dc4e14c2c1c79343ae22cfa70e162de4e05c
parent11e84481b493717785ae969af02b45fffb630754
- fixed bug in gui/src/tarfile.* for systems where
sizeof(int) != sizeof(void*)
- TarFile class now uses a plugin style for the compression
operations, to allow for threadsafe versions if needed
in the future.
- also fixed leaked file handle bug in open_compressed()
- Thanks to Jonathan Hudson for reporting this for 64bit systems
gui/src/DeviceIface.cc
gui/src/Makefile.am
gui/src/tarfile-ops-nt.cc [new file with mode: 0644]
gui/src/tarfile.cc
gui/src/tarfile.h