Index: abi/src/af/util/xp/ut_decompress.cpp =================================================================== RCS file: /cvsroot/abi/src/af/util/xp/ut_decompress.cpp,v retrieving revision 1.1 diff -u -r1.1 ut_decompress.cpp --- abi/src/af/util/xp/ut_decompress.cpp 18 Aug 2002 23:48:09 -0000 1.1 +++ abi/src/af/util/xp/ut_decompress.cpp 29 Oct 2002 11:59:07 -0000 @@ -173,8 +173,9 @@ UT_String outfilename(szDestPath); outfilename += "/"; outfilename += fname; - if ((outfile = fopen(outfilename.c_str(), "wb")) == NULL) + if ((outfile = fopen(outfilename.c_str(), "wb")) == NULL) { UT_DEBUGMSG(("untgz: Unable to save %s", outfilename.c_str())); + } } else outfile = NULL;