monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: 0c1d91286c913246035c39d3ab


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 0c1d91286c913246035c39d3ab642a35b2cb4c2d
Date: Sun, 9 Jan 2011 16:33:43 GMT

revision:            0c1d91286c913246035c39d3ab642a35b2cb4c2d
date:                2011-01-09T16:30:48
author:              Thomas Moschny <address@hidden>
branch:              net.venge.monotone
changelog:
Fix wrong variable type causing failing tests on ppc64.

manifest:
format_version "1"

new_manifest [d7d6bc728215945951452bed88ddbe9b6d14becb]

old_revision [c91edf22b20f5a8b750a8a02af763412d6b936e8]

patch "pcrewrap.cc"
 from [096c37a8fcdbd0d4baf2434d16dea8663ecd1704]
   to [a4c2c48cb681e893d4bdda32bbebc0132479f8cd]
============================================================
--- pcrewrap.cc	096c37a8fcdbd0d4baf2434d16dea8663ecd1704
+++ pcrewrap.cc	a4c2c48cb681e893d4bdda32bbebc0132479f8cd
@@ -144,7 +144,7 @@ namespace pcre
     // because pcre_exec might not signal trailing unmatched subpatterns
     // i.e. if "abc" matches "(abc)(de)?", the match count is two, not
     // the expected three
-    size_t cap_count = 0;
+    int cap_count = 0;
     int rc = pcre_fullinfo(basedat, extradat, PCRE_INFO_CAPTURECOUNT, &cap_count);
     I(rc == 0);
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]