This is an automated email from the ASF dual-hosted git repository.

amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  c251f2b   PR #1209: Additional fix.
c251f2b is described below

commit c251f2ba72d0520d25f8099af78a540f1586f55b
Author: Alan M. Carroll <[email protected]>
AuthorDate: Wed Mar 15 10:54:43 2017 -0500

    PR #1209: Additional fix.
---
 lib/ts/test_Map.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/ts/test_Map.cc b/lib/ts/test_Map.cc
index 0e36c07..97dac55 100644
--- a/lib/ts/test_Map.cc
+++ b/lib/ts/test_Map.cc
@@ -147,6 +147,7 @@ main(int /* argc ATS_UNUSED */, char ** /*argv ATS_UNUSED 
*/)
 
   cchar *hi = "hi", *ho = "ho", *hum = "hum", *hhi = "hhi";
 
+  ++hhi;
   HashMap<cchar *, StringHashFns, int> sh;
   sh.put(hi, 1);
   sh.put(ho, 2);

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to