]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Detect printf(3) failure due to ENOMEM.
authorJim Meyering <meyering@redhat.com>
Sat, 20 Oct 2007 12:48:29 +0000 (14:48 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 21 Oct 2007 12:01:27 +0000 (14:01 +0200)
commitb1ab7101aab74733267aee82c714573ae887dd91
tree9361310dc5d7d3a454d811c1713fcf16b35b96d9
parent60a5ad4b94535bdf4287d9e6892b8fe597484d00
Detect printf(3) failure due to ENOMEM.

* src/printf.c: Include "xprintf.h"
(print_direc): Use xprintf, rather than printf.
* bootstrap.conf (gnulib_modules): Add xprintf.
* po/POTFILES.in: Add lib/xprintf.c.

Signed-off-by: Jim Meyering <meyering@redhat.com>
ChangeLog
bootstrap.conf
po/POTFILES.in
src/printf.c