summaryrefslogtreecommitdiffstats
path: root/modules/freetype2/builds/wince/ftdebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/freetype2/builds/wince/ftdebug.c')
-rw-r--r--modules/freetype2/builds/wince/ftdebug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/freetype2/builds/wince/ftdebug.c b/modules/freetype2/builds/wince/ftdebug.c
index 6e35e170c..83c5f4479 100644
--- a/modules/freetype2/builds/wince/ftdebug.c
+++ b/modules/freetype2/builds/wince/ftdebug.c
@@ -4,7 +4,7 @@
/* */
/* Debugging and logging component for WinCE (body). */
/* */
-/* Copyright 1996-2016 by */
+/* Copyright 1996-2018 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -79,7 +79,7 @@
va_start( ap, fmt );
- vprintf( fmt, ap );
+ vfprintf( stderr, fmt, ap );
/* send the string to the debugger as well */
vsprintf( buf, fmt, ap );
OutputDebugStringEx( buf );