rpms/zoneminder/devel zoneminder-1.24.1-gcc44.patch,1.1,1.2

Martin Ebourne mebourne at fedoraproject.org
Tue Apr 7 20:51:59 UTC 2009


Author: mebourne

Update of /cvs/pkgs/rpms/zoneminder/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20458

Modified Files:
	zoneminder-1.24.1-gcc44.patch 
Log Message:
Fix typo in patch


zoneminder-1.24.1-gcc44.patch:

Index: zoneminder-1.24.1-gcc44.patch
===================================================================
RCS file: /cvs/pkgs/rpms/zoneminder/devel/zoneminder-1.24.1-gcc44.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- zoneminder-1.24.1-gcc44.patch	21 Mar 2009 21:50:04 -0000	1.1
+++ zoneminder-1.24.1-gcc44.patch	7 Apr 2009 20:51:58 -0000	1.2
@@ -1,10 +1,12 @@
---- src/zm_utils.cpp.orig	2009-03-21 21:46:01.000000000 +0000
-+++ src/zm_utils.cpp	2009-03-21 21:46:36.000000000 +0000
-@@ -19,6 +19,7 @@
+--- src/zm_utils.cpp.gcc44      2008-07-25 10:33:24.000000000 +0100
++++ src/zm_utils.cpp    2009-04-07 21:25:05.000000000 +0100
+@@ -19,7 +19,8 @@
  
  #include "zm_utils.h"
  
-+#include <cstdio.h>
- #include <stdarg.h>
+-#include <stdarg.h>
++#include <cstdio>
++#include <cstdarg>
  
  const std::string stringtf( const char *format, ... )
+ {




More information about the fedora-extras-commits mailing list