gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash/libbase log.h [release_0_7_2]
Date: Thu, 09 Nov 2006 12:27:01 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Sandro Santilli <strk>  06/11/09 12:27:01

Modified files:
        libbase        : log.h 

Log message:
        fixed typo on log_security

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.h?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.30.2.4&r2=1.30.2.5

Patches:
Index: log.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.h,v
retrieving revision 1.30.2.4
retrieving revision 1.30.2.5
diff -u -b -r1.30.2.4 -r1.30.2.5
--- log.h       9 Nov 2006 10:13:12 -0000       1.30.2.4
+++ log.h       9 Nov 2006 12:27:01 -0000       1.30.2.5
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: log.h,v 1.30.2.4 2006/11/09 10:13:12 strk Exp $ */
+/* $Id: log.h,v 1.30.2.5 2006/11/09 12:27:01 strk Exp $ */
 
 #ifndef GNASH_LOG_H
 #define GNASH_LOG_H
@@ -161,7 +161,7 @@
 DSOEXPORT void log_trace(const char* fmt, ...) __attribute__((format (printf, 
1, 2)));
 DSOEXPORT void log_action(const char* fmt, ...) __attribute__((format (printf, 
1, 2)));
 DSOEXPORT void log_parse(const char* fmt, ...) __attribute__((format (printf, 
1, 2)));
-DSOEXPORT void logsecurity(const char* fmt, ...) __attribute__((format 
(printf, 1, 2)));
+DSOEXPORT void log_security(const char* fmt, ...) __attribute__((format 
(printf, 1, 2)));
 #else
 // Printf-style interfaces.
 DSOEXPORT void log_msg(const char* fmt, ...);




reply via email to

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