Skip to content

Commit

Permalink
fix: errors
Browse files Browse the repository at this point in the history
  • Loading branch information
M1saka10010 committed Jan 24, 2024
1 parent 08cca95 commit e413d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judge/src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void parseLine(char *line, kvPair *kv)
{
*equals = '\0';
trim(equals + 1);
strcpy(kv->key, equals);
strcpy(kv->key, line);
strcpy(kv->value, equals + 1);
}
}
Expand Down

0 comments on commit e413d81

Please sign in to comment.