2
0
Fork 0

fix small typo in config_parser.rl that prevented usaged of physical.* conditionals

This commit is contained in:
Thomas Porzelt 2009-01-05 22:14:47 +01:00
parent d9ddd4fd3d
commit 2489fbfbfe
1 changed files with 1 additions and 1 deletions

View File

@ -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."))