Simplified replace_args_cb() so it works only on strings
authorAdrian Perez <aperez@igalia.com>
Sat, 13 Aug 2011 14:05:03 +0000 (16:05 +0200)
committerAdrian Perez <aperez@igalia.com>
Sat, 13 Aug 2011 14:05:03 +0000 (16:05 +0200)
commitc806c937886255c61908ddf54e4c51d934d5a249
tree79fb74332749d2e0b2a00c7555f724271c720168
parent0d8359354756f2f1257018be2eb5961cef548178
Simplified replace_args_cb() so it works only on strings

replace_args_fd() and replace_args_file() have been removed, so only
replace_args_string() was using the functionality of replace_args_cb().
This patch removes replace_args_cb() and keeps a version of the code
which works for strings, which is the only use-case needed.
util.c
util.h