gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog libbase/log.h


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libbase/log.h
Date: Sat, 07 Oct 2006 19:53:16 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/07 19:53:16

Modified files:
        .              : ChangeLog 
        libbase        : log.h 

Log message:
        == SIZEOF_UNSIGNED_LONG

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1066&r2=1.1067
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.h?cvsroot=gnash&r1=1.24&r2=1.25

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1066
retrieving revision 1.1067
diff -u -b -r1.1066 -r1.1067
--- ChangeLog   7 Oct 2006 19:46:31 -0000       1.1066
+++ ChangeLog   7 Oct 2006 19:53:16 -0000       1.1067
@@ -41,6 +41,7 @@
        * macros/sdl.m4: Fixed finding libpath.
        * plugin/plugin.h: Define __FUNCTION__ and __PRETTY_FUNCTION__ if not.
        * configure.ac: Check and set #SIZEOF_SIZE_T.
+       * libbase/log.h: Fix SIZEOF_UNSIGNED_LONG.
 
 2006-10-07 Tomas Groth Christensen <address@hidden>
 

Index: libbase/log.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- libbase/log.h       6 Oct 2006 12:47:19 -0000       1.24
+++ libbase/log.h       7 Oct 2006 19:53:16 -0000       1.25
@@ -35,7 +35,7 @@
 // 
 //
 
-/* $Id: log.h,v 1.24 2006/10/06 12:47:19 strk Exp $ */
+/* $Id: log.h,v 1.25 2006/10/07 19:53:16 nihilus Exp $ */
 
 #ifndef GNASH_LOG_H
 #define GNASH_LOG_H
@@ -52,7 +52,7 @@
 #define TIMESTAMP_LENGTH 24             // timestamp length
 #define TIMESTAMP_FORMAT "%Y-%m-%d %H:%M:%S     " // timestamp format
 
-#if SIZEOF_SIZE_T == 8
+#if SIZEOF_SIZE_T == SIZEOF_UNSIGNED_LONG
   #define SIZET_FMT "%lu"
 #elif SIZEOF_SIZE_T == 4
   #define SIZET_FMT "%u"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]