[znc] Rediff patch

Nick Bebout nb at fedoraproject.org
Sat Aug 13 22:35:03 UTC 2011


commit c378a2e0c021be1870e8d0a932796d2c4c70c1c3
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Sat Aug 13 16:56:51 2011 -0500

    Rediff patch

 znc-release.patch |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/znc-release.patch b/znc-release.patch
index 6e8c727..cacd27c 100644
--- a/znc-release.patch
+++ b/znc-release.patch
@@ -1,10 +1,10 @@
---- znc-0.2-alpha1-original/znc.cpp	2011-08-05 16:27:44.000000000 -0500
-+++ znc-0.2-alpha1/znc.cpp	2011-08-05 17:14:15.293147148 -0500
+--- znc-0.200-rc1-orig/znc.cpp	2011-08-13 01:36:13.000000000 -0500
++++ znc-0.200-rc1/znc.cpp	2011-08-13 16:56:21.118177776 -0500
 @@ -84,7 +84,7 @@
  	}
  
  	char szBuf[128];
--	snprintf(szBuf, sizeof(szBuf), "ZNC %1.1f"VERSION_EXTRA" - http://znc.in", VERSION);
+-	snprintf(szBuf, sizeof(szBuf), "ZNC %1.3f"VERSION_EXTRA" - http://znc.in", VERSION);
 +	snprintf(szBuf, sizeof(szBuf), "ZNC %1.3f - http://znc.in", VERSION);
  	// If snprintf overflows (which I doubt), we want to be on the safe side
  	szBuf[sizeof(szBuf) - 1] = '\0';


More information about the scm-commits mailing list