author | Sebastian Harl <sh@tokkee.org> | |
Tue, 25 Mar 2008 14:58:15 +0000 (15:58 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 26 Mar 2008 08:33:04 +0000 (09:33 +0100) | ||
commit | 0a905cbd3151716c5749b5e7c5e439861466804d | |
tree | d430491b19d1fa41135f1a3ecdd517d8e03dc3f6 | tree | snapshot |
parent | 1ca0b79a4274784e4cc15d45e46e2cfa0c2039cf | commit | diff |
utils_cmd_{get,put}val.c: Fixed usage of parse_identifier().
This function modifies its first argument which, in these cases, is used
again after the function call. Now, a copy of the string is passed to
parse_identifier().
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
This function modifies its first argument which, in these cases, is used
again after the function call. Now, a copy of the string is passed to
parse_identifier().
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/utils_cmd_getval.c | diff | blob | history | |
src/utils_cmd_putval.c | diff | blob | history |