Add the query to the `update` command to filter karas to update
Comparer les modifications
-
In case of argument parsing, the parser could trip over a null separator and place a '\0' between the next command and the next command's argument, resulting in splitting things in a non correct way. This is fixed by this commit. Also introduce a log function for the commands (print multiple log lines and warnings if needed).
+ 3
− 0
@@ -29,6 +29,9 @@ struct lkt_command lkt_command_parse(char *raw);
@@ -29,6 +29,9 @@ struct lkt_command lkt_command_parse(char *raw);