changeset 768:d84349a60f5c

Fixed IdentValueParser.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 16 Feb 2008 22:10:21 +0100
parents 1771398583fa
children 5e3ef1b2011c
files trunk/src/dil/doc/Parser.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/trunk/src/dil/doc/Parser.d	Sat Feb 16 21:25:38 2008 +0100
+++ b/trunk/src/dil/doc/Parser.d	Sat Feb 16 22:10:21 2008 +0100
@@ -41,7 +41,7 @@
     IdentValue[] idvalues;
 
     string ident, nextIdent;
-    char* bodyBegin, nextBodyBegin;
+    char* bodyBegin = p, nextBodyBegin;
 
     // Init.
     findNextIdent(ident, bodyBegin);