diff options
author | Dan McGee <dan@archlinux.org> | 2011-10-21 17:44:19 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-10-21 17:45:18 +0200 |
commit | 9e9ecf218344cea86d6b8c6cf7cd246bcfcca98b (patch) | |
tree | 88ed783b6008148b670bb17f691aaf9d95f3bacb /.gitignore | |
parent | 45f86ca1ca712857e6f84288cf818ce5707fc345 (diff) | |
download | pacman-9e9ecf218344cea86d6b8c6cf7cd246bcfcca98b.tar.gz pacman-9e9ecf218344cea86d6b8c6cf7cd246bcfcca98b.tar.xz |
Remove pm_fprintf() in favor of pm_printf()
Now that pm_printf() always prints to stderr, we don't need this second
function that was always used with stderr as the first argument. Thus,
this patch removes the function and makes the following sed replacement:
sed -i -e 's#pm_fprintf(stderr, #pm_printf(#g' src/pacman/*.c
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions