From 3bf2a946765355da176ab16c9497230bdcae1176 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 26 Feb 2004 13:19:18 +0000 Subject: [PATCH] Bug fixed: names of just one character were not inserted into the objectName. --- helm/metadata/extractor/meta_lex_ind.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/metadata/extractor/meta_lex_ind.l b/helm/metadata/extractor/meta_lex_ind.l index 271bd7db4..eb915aa66 100644 --- a/helm/metadata/extractor/meta_lex_ind.l +++ b/helm/metadata/extractor/meta_lex_ind.l @@ -95,7 +95,7 @@ void search(char *uri, int first_child, int position, int depth); uri [^"]+ digits [0-9]+ value [^"]+ -id [a-zA-Z]([-_a-zA-Z])+ +id [a-zA-Z]([-_a-zA-Z])* /***************************************************************/ /* 4. Rules. */ -- 2.39.2