Merge branch 'master' into next

next
Michael Stapelberg 2011-12-17 11:18:35 +00:00
commit 9cec9e09ed
1 changed files with 2 additions and 0 deletions

View File

@ -479,6 +479,8 @@ void parse_file(const char *f) {
v_value = strstr(value, "\t");
*(v_value++) = '\0';
while (*v_value == '\t' || *v_value == ' ')
v_value++;
struct Variable *new = scalloc(sizeof(struct Variable));
new->key = sstrdup(v_key);