[arch-commits] Commit in collectd/trunk (fix-failed-values-string.patch)

Gaëtan Bisson bisson at archlinux.org
Sat Oct 5 02:01:40 UTC 2019


    Date: Saturday, October 5, 2019 @ 02:01:40
  Author: bisson
Revision: 512885

remove upstream patch

Deleted:
  collectd/trunk/fix-failed-values-string.patch

--------------------------------+
 fix-failed-values-string.patch |   27 ---------------------------
 1 file changed, 27 deletions(-)

Deleted: fix-failed-values-string.patch
===================================================================
--- fix-failed-values-string.patch	2019-10-05 02:00:52 UTC (rev 512884)
+++ fix-failed-values-string.patch	2019-10-05 02:01:40 UTC (rev 512885)
@@ -1,27 +0,0 @@
-From d27bfc74e606290f191c04cdb4e2acc4d5e8d4a9 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?F=E1=B4=80=CA=99=C9=AA=E1=B4=87=C9=B4=20W=E1=B4=87=CA=80?=
- =?UTF-8?q?=C9=B4=CA=9F=C9=AA?= <faxmodem at collectd.org>
-Date: Mon, 29 Jul 2019 09:54:27 +0200
-Subject: [PATCH] fix https://github.com/collectd/collectd/issues/3232
-
-Change-Id: Idab2c4ffa242a73b651f1b056f85f905e356c5ac
----
- src/utils/common/common.c | 5 +----
- 1 file changed, 1 insertion(+), 4 deletions(-)
-
-diff --git a/src/utils/common/common.c b/src/utils/common/common.c
-index 7cfd31096b..8b2521de11 100644
---- a/src/utils/common/common.c
-+++ b/src/utils/common/common.c
-@@ -99,10 +99,7 @@ int ssnprintf(char *str, size_t sz, const char *format, ...) {
- 
-   va_end(ap);
- 
--  if (ret < 0) {
--    return ret;
--  }
--  return (size_t)ret >= sz;
-+  return ret;
- } /* int ssnprintf */
- 
- char *ssnprintf_alloc(char const *format, ...) /* {{{ */



More information about the arch-commits mailing list