]> saetta.ns0.it Git - libzakgorg/commitdiff
Tags cannot contain spaces.
authorAndrea Zagli <azagli@libero.it>
Mon, 8 Jul 2019 17:39:28 +0000 (19:39 +0200)
committerAndrea Zagli <azagli@libero.it>
Mon, 8 Jul 2019 17:39:28 +0000 (19:39 +0200)
src/parser.c

index 4d79879f34d6ffca603f20d6300681cc75bd9502..be59f18c22762e9b7109391e139cbe8226f6d594 100644 (file)
@@ -257,7 +257,7 @@ zak_gorg_parser_parse (ZakGorgParser *zak_gorg_parser)
 
        gchar *str = buffer;
 
-       regex = g_regex_new (":.*:$", 0, 0, NULL);
+       regex = g_regex_new (":[^ .]*:$", 0, 0, NULL);
 
        root = g_node_get_root (zak_gorg_parser->nodes);