Author: marvin
Date: Tue Dec 1 00:51:19 2009
New Revision: 885637
URL: http://svn.apache.org/viewvc?rev=885637&view=rev
Log:
Fix a latent refcounting bug.
Modified:
lucene/lucy/trunk/core/Lucy/Util/IndexFileNames.bp
Modified: lucene/lucy/trunk/core/Lucy/Util/IndexFileNames.bp
URL: http://svn.apache.org/viewvc/lucene/lucy/trunk/core/Lucy/Util/IndexFileNames.bp?rev=885637&r1=885636&r2=885637&view=diff
==============================================================================
--- lucene/lucy/trunk/core/Lucy/Util/IndexFileNames.bp (original)
+++ lucene/lucy/trunk/core/Lucy/Util/IndexFileNames.bp Tue Dec 1 00:51:19 2009
@@ -20,7 +20,7 @@
* @param target The target string to assign to.
* @return target, allowing an assignment idiom.
*/
- inert ZombieCharBuf*
+ inert incremented ZombieCharBuf*
local_part(const CharBuf *path, ZombieCharBuf *target);
}
svn commit: r885637 - /lucene/lucy/trunk/core/Lucy/Util/IndexFileNames.bp
Discussion Navigation
| view | thread | post |
Discussion Overview
| group | lucy-commits
|
| categories | lucene |
| posted | Dec 1, '09 at 12:51a |
| active | Dec 1, '09 at 12:51a |
| posts | 1 |
| users | 1 |
| website | lucene.apache.org |
