Pointer with only one character is also valid.
[gedcom-parse.git] / gedcom / gedcom_lohi.lex
index f656ba2ebb3cef72f5c9c26c4702c7dc9eb44841..1678875433304b32ce7992b31faac16810571b1e 100644 (file)
@@ -52,7 +52,7 @@ alphanum     {alpha}|{digit}
 gen_delim    {delim}|{tab}
 
 escape       @\x00#\x00{any_char}+@\x00
-pointer      @\x00{alphanum}{non_at}+@\x00
+pointer      @\x00{alphanum}{non_at}*@\x00
 
 %%