Mercurial > hg > octave-lojdl > gnulib-hg
view modules/base64 @ 14730:f0a9a2cd267c
fclose: preserve fflush errors
Caught by gcc -Werror=unused-but-set-variable.
* lib/fclose.c (rpl_fclose): Don't lose fflush errors.
Reported by Jim Meyering.
Signed-off-by: Eric Blake <eblake@redhat.com>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Wed, 11 May 2011 11:35:06 -0600 |
parents | 08e90860ec5e |
children |
line wrap: on
line source
Description: Encode binary data using printable characters (base64). Files: lib/base64.h lib/base64.c m4/base64.m4 Depends-on: stdbool memchr configure.ac: gl_FUNC_BASE64 Makefile.am: lib_SOURCES += base64.h base64.c Include: "base64.h" License: LGPLv2+ Maintainer: Simon Josefsson