diff options
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -511,7 +511,7 @@ int cMenuDb::initUserTimes() { char* time; - if (time = strchr(p, '=')) + if ((time = strchr(p, '='))) *time++ = 0; if (!isEmpty(time)) |