fix small typo in config_parser.rl that prevented usaged of physical.* conditionals
This commit is contained in:
parent
d9ddd4fd3d
commit
2489fbfbfe
|
@ -744,7 +744,7 @@
|
|||
}
|
||||
}
|
||||
else if (g_str_has_prefix(str, "phys")) {
|
||||
str += 3;
|
||||
str += 4;
|
||||
if (g_str_has_prefix(str, "."))
|
||||
str++;
|
||||
else if (g_str_has_prefix(str, "ical."))
|
||||
|
|
Loading…
Reference in New Issue