[SCM] BOINC packaging branch, master, updated. debian/7.1.21+dfsg-2_exp1-7-g60f2057

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Wed Jul 10 07:52:03 UTC 2013


The following commit has been merged in the master branch:
commit 60f2057c4c7e1b5d98b29e190c5aa1098a51cbcf
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Jul 10 09:51:52 2013 +0200

    Another little typo

diff --git a/debian/patches/more_clang_warnings.patch b/debian/patches/more_clang_warnings.patch
index 56f1fd6..4d8780d 100644
--- a/debian/patches/more_clang_warnings.patch
+++ b/debian/patches/more_clang_warnings.patch
@@ -23,7 +23,7 @@
      // sanity checks - project and result name must match
      //
 -    if (!parse_str(buf, "<project_master_url>", s, sizeof(s))) {
-+    if (4096 > fr || !parse_str(buf, "<project_master_url>", s, sizeof(s))) {
++    if (4096 != fr || !parse_str(buf, "<project_master_url>", s, sizeof(s))) {
          msg_printf(wup->project, MSG_INTERNAL_ERROR,
              "no project URL in task state file"
          );

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list