rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=17a3e0b214f4b01b939b1cbebc72dfc28e44145a

commit 17a3e0b214f4b01b939b1cbebc72dfc28e44145a
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Mon Nov 9 10:19:02 2015 +0200

    string_macro: update the layout name regex
    
    Change-Id: I456cdf922ff110c0c6e21ac23794d4905404dc20
---
 src/bin/common/string_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/common/string_common.h b/src/bin/common/string_common.h
index f34c6f7..e46cd00 100644
--- a/src/bin/common/string_common.h
+++ b/src/bin/common/string_common.h
@@ -31,7 +31,7 @@
    free(arr); \
 }
 
-#define LAYOUT_NAME_REGEX "^[^\\/][a-zA-Z0-9_\\.\\/]+[^\\/]$"
+#define LAYOUT_NAME_REGEX "^[^\\/]?[a-zA-Z0-9_\\.\\/]+[^\\/]?$"
 #define NAME_REGEX "^[a-zA-Z0-9_]+$"
 #define STATE_VALUE_REGEX "^((0?(\\.[0-9]+)?|1(\\.0+)?))?$"
 #define PART_NAME_REGEX "^[a-zA-Z0-9_\\.]+$"

-- 


Reply via email to