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: 75323d8c091e58e982cae4868c


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 75323d8c091e58e982cae4868cc21677b298a4bb
Date: Thu, 13 Jan 2011 23:31:59 GMT

revision:            75323d8c091e58e982cae4868cc21677b298a4bb
date:                2011-01-11T23:50:20
author:              address@hidden
branch:              net.venge.monotone
changelog:
silence a warning

manifest:
format_version "1"

new_manifest [79cd9a37de5d3e819f824ce29e7cd84ee7900bd8]

old_revision [cf9d36de0722b365dde0b99578325d490e16d3ba]

patch "pcrewrap.cc"
 from [a4c2c48cb681e893d4bdda32bbebc0132479f8cd]
   to [53efd25cf048ddb118c0c21d413be62b57fe68e0]
============================================================
--- pcrewrap.cc	a4c2c48cb681e893d4bdda32bbebc0132479f8cd
+++ pcrewrap.cc	53efd25cf048ddb118c0c21d413be62b57fe68e0
@@ -176,7 +176,7 @@ namespace pcre
     else if (rc < 0)
       pcre_exec_error(rc, made_from, subject_origin); // throws
 
-    for (size_t i=0; i < cap_count; ++i)
+    for (int i=0; i < cap_count; ++i)
       {
         string match;
         // not an empty match

reply via email to

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