summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorHennes Rohling <hro@openoffice.org>2002-12-10 15:16:44 +0000
committerHennes Rohling <hro@openoffice.org>2002-12-10 15:16:44 +0000
commitc408829e11d725e28631a39d1101d49fce89f964 (patch)
tree172f8adbb44d3119a94f0e2f6f5c246b2eea6fa6 /sal
parent#106037# Changed emulation of _vsctprintf for MSVCRT.DLL versions below 7.0 (diff)
downloadcore-c408829e11d725e28631a39d1101d49fce89f964.tar.gz
core-c408829e11d725e28631a39d1101d49fce89f964.zip
#106038# Changed emulation of _vsctprintf for MSVCRT.DLL versions below 7.0
Diffstat (limited to 'sal')
-rw-r--r--sal/systools/win32/uwinapi/sntprintf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/systools/win32/uwinapi/sntprintf.c b/sal/systools/win32/uwinapi/sntprintf.c
index 6d76da670790..0a225f108427 100644
--- a/sal/systools/win32/uwinapi/sntprintf.c
+++ b/sal/systools/win32/uwinapi/sntprintf.c
@@ -19,7 +19,6 @@ static int __cdecl _vsctprintf( const _TXCHAR *format, va_list ap )
if ( fp )
{
int retval = _vftprintf( fp, format, ap );
-
fclose( fp );
return retval;