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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user