You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by lo...@apache.org on 2011/12/07 04:23:50 UTC

[lucy-commits] svn commit: r1211279 - /incubator/lucy/trunk/core/Lucy/Highlight/Highlighter.c

Author: logie
Date: Wed Dec  7 03:23:50 2011
New Revision: 1211279

URL: http://svn.apache.org/viewvc?rev=1211279&view=rev
Log:
This is just a test - breaking the build on trunk to test out bot builder -
just ignore.

Modified:
    incubator/lucy/trunk/core/Lucy/Highlight/Highlighter.c

Modified: incubator/lucy/trunk/core/Lucy/Highlight/Highlighter.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/Lucy/Highlight/Highlighter.c?rev=1211279&r1=1211278&r2=1211279&view=diff
==============================================================================
--- incubator/lucy/trunk/core/Lucy/Highlight/Highlighter.c (original)
+++ incubator/lucy/trunk/core/Lucy/Highlight/Highlighter.c Wed Dec  7 03:23:50 2011
@@ -624,7 +624,7 @@ S_do_encode(Highlighter *self, CharBuf *
 static CharBuf*
 S_encode_entities(CharBuf *text, CharBuf *encoded) {
     ZombieCharBuf *temp = ZCB_WRAP(text);
-    size_t space = 0;
+    size_t space = 
     const int MAX_ENTITY_BYTES = 9; // &#dddddd;
 
     // Scan first so that we only allocate once.