mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
2010-09-01 Marcus Brinkmann <marcus@g10code.de>
* estream.c (_es_set_std_fd): Disable debug output.
This commit is contained in:
parent
87fac99112
commit
e3d8bb0244
@ -1,3 +1,7 @@
|
|||||||
|
2010-09-01 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* estream.c (_es_set_std_fd): Disable debug output.
|
||||||
|
|
||||||
2010-08-26 Werner Koch <wk@g10code.com>
|
2010-08-26 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* estream.c (es_convert_mode): Rename to parse_mode.
|
* estream.c (es_convert_mode): Rename to parse_mode.
|
||||||
|
@ -2885,7 +2885,7 @@ es_sysopen_nc (es_syshd_t *syshd, const char *mode)
|
|||||||
void
|
void
|
||||||
_es_set_std_fd (int no, int fd)
|
_es_set_std_fd (int no, int fd)
|
||||||
{
|
{
|
||||||
fprintf (stderr, "es_set_std_fd(%d, %d)\n", no, fd);
|
/* fprintf (stderr, "es_set_std_fd(%d, %d)\n", no, fd); */
|
||||||
ESTREAM_LIST_LOCK;
|
ESTREAM_LIST_LOCK;
|
||||||
if (no >= 0 && no < 3 && !custom_std_fds_valid[no])
|
if (no >= 0 && no < 3 && !custom_std_fds_valid[no])
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user