2009-12-28 10:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* src/common/hbtrace.c
    * Deleted TOFIX for va_end(). It's not required (and wasn't 
      ever required there) since there is no va_start() call in 
      hb_tracelog_() function at all.
This commit is contained in:
Viktor Szakats
2009-12-28 09:14:41 +00:00
parent af310bf016
commit 36a5b42ac2
2 changed files with 7 additions and 4 deletions

View File

@@ -17,6 +17,12 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-28 10:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/common/hbtrace.c
* Deleted TOFIX for va_end(). It's not required (and wasn't
ever required there) since there is no va_start() call in
hb_tracelog_() function at all.
2009-12-28 10:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/common/hbtrace.c
! Fixed some leftover causing error on non-win.
@@ -56,7 +62,7 @@
when HB_TR_WINOUT is enabled.
Now every non-Windows and Windows non-HB_TR_WINOUT
setups are not complying with CRTL documentation.
Could someone help here?
Could someone help here? [CLEARED]
2009-12-27 22:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/common/hbtrace.c

View File

@@ -211,9 +211,6 @@ static void hb_tracelog_( int level, const char * file, int line, const char * p
*/
vfprintf( s_fp, fmt, ap );
/* TOFIX: va_end() is _required_ here according to all available documentation. */
/* va_end( ap ); Generates access violation in the subsequent hb_vsnprintf */
/*
* Print a new-line.
*/