From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 679D81381F3 for ; Sat, 14 Sep 2013 12:43:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42175E0E5C; Sat, 14 Sep 2013 12:43:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD547E0E58 for ; Sat, 14 Sep 2013 12:43:35 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91F5033EBDF for ; Sat, 14 Sep 2013 12:43:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4B076E5459 for ; Sat, 14 Sep 2013 12:43:33 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1379162536.dad7015ef424ca4268bda270ff929eff52fdeaeb.nicolasbock@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/charm/, sys-cluster/charm/files/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/charm/ChangeLog sys-cluster/charm/files/charm-6.5.1-fix-string-parsing.patch X-VCS-Directories: sys-cluster/charm/ sys-cluster/charm/files/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: dad7015ef424ca4268bda270ff929eff52fdeaeb X-VCS-Branch: master Date: Sat, 14 Sep 2013 12:43:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1db27319-2dd5-43fb-af78-cf01cc228d4d X-Archives-Hash: 9a8d3c1fa61b4ad6c6319ccbd0c4cf22 commit: dad7015ef424ca4268bda270ff929eff52fdeaeb Author: Nicolas Bock gmail com> AuthorDate: Sat Sep 14 12:42:16 2013 +0000 Commit: Nicolas Bock gmail com> CommitDate: Sat Sep 14 12:42:16 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dad7015e sys-cluster/charm-6.5.1: Small fix in patch to make printing less verbose. Package-Manager: portage-2.2.1 --- sys-cluster/charm/ChangeLog | 4 ++++ sys-cluster/charm/files/charm-6.5.1-fix-string-parsing.patch | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-cluster/charm/ChangeLog b/sys-cluster/charm/ChangeLog index 3eaa445..618de1d 100644 --- a/sys-cluster/charm/ChangeLog +++ b/sys-cluster/charm/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Sep 2013; Nicolas Bock + files/charm-6.5.1-fix-string-parsing.patch: + sys-cluster/charm-6.5.1: Small fix in patch to make printing less verbose. + 11 Sep 2013; Nicolas Bock files/charm-6.5.1-fix-string-parsing.patch: sys-cluster/charm-6.5.1: Fix patch for the last time. diff --git a/sys-cluster/charm/files/charm-6.5.1-fix-string-parsing.patch b/sys-cluster/charm/files/charm-6.5.1-fix-string-parsing.patch index cfb81aa..06bdf0d 100644 --- a/sys-cluster/charm/files/charm-6.5.1-fix-string-parsing.patch +++ b/sys-cluster/charm/files/charm-6.5.1-fix-string-parsing.patch @@ -29,7 +29,6 @@ index 6837712..bf370c1 100644 + int j = 0; + for(i = 0; i < strlen(value); i++) + { -+ fprintf(stderr, "i = %d, j = %d, value[i] = \n", i, j); + if(i+1 < strlen(value)) + { + if(value[i] == '\\' && value[i+1] == 'n')