[gnome-system-monitor] fix patch

Matthias Clasen mclasen at fedoraproject.org
Thu May 12 21:20:14 UTC 2011


commit b75e3ec6d7ef3744d7281e61ce84b220784791cf
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Thu May 12 17:19:51 2011 -0400

    fix patch

 format.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/format.patch b/format.patch
index 5fceee0..577d5dc 100644
--- a/format.patch
+++ b/format.patch
@@ -6,12 +6,12 @@ diff -up gnome-system-monitor-3.1.1/src/load-graph.cpp.format gnome-system-monit
  
  	  new_max = coef10 * (1UL << guint64(base10 * 10));
 -	  procman_debug("bak %lu new_max %lu pow2 %lu coef10 %lu", bak_max, new_max, pow2, coef10);
-+	  procman_debug("bak %lu new_max " G_GUINT64_FORMAT " pow2 " G_GUINT64_FORMAT " coef10 " G_GUINT64_FORMAT, bak_max, new_max, pow2, coef10);
++	  procman_debug("bak " G_GUINT64_FORMAT " new_max " G_GUINT64_FORMAT " pow2 " G_GUINT64_FORMAT " coef10 " G_GUINT64_FORMAT, bak_max, new_max, pow2, coef10);
  	}
  
  	if (bak_max > new_max) {
 -	  procman_debug("overflow detected: bak=%lu new=%lu", bak_max, new_max);
-+	  procman_debug("overflow detected: bak=" G_GUINT64_FORMAT " new=" G_GUIN64_FORMAT, bak_max, new_max);
++	  procman_debug("overflow detected: bak=" G_GUINT64_FORMAT " new=" G_GUINT64_FORMAT, bak_max, new_max);
  	  new_max = bak_max;
  	}
  


More information about the scm-commits mailing list