going for the smallest patch award :)
richie
ps. i hate windows. the error happened because I forgot to add a 'b' when
opening the file, thus it tried to convert it to a text file first.
richie
Index: wp/impexp/xp/ie_imp_GZipAbiWord.cpp
===================================================================
RCS file: /u2/cvsroot/abi/src/wp/impexp/xp/ie_imp_GZipAbiWord.cpp,v
retrieving revision 1.1
diff -u -r1.1 ie_imp_GZipAbiWord.cpp
--- wp/impexp/xp/ie_imp_GZipAbiWord.cpp 1999/12/05 03:54:55 1.1
+++ wp/impexp/xp/ie_imp_GZipAbiWord.cpp 1999/12/30 03:49:35
@@ -26,7 +26,7 @@
UT_Bool IE_Imp_GZipAbiWord::_openFile(const char * szFilename)
{
- m_gzfp = gzopen(szFilename, "r");
+ m_gzfp = gzopen(szFilename, "rb");
return (m_gzfp != NULL);
}