From f78056fb2cf4554d5dcc50b5e0e79bc09ae825cf Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 6 Dec 1999 13:51:04 +0000 Subject: Allow logging to stderr as well. --- sysdep/unix/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdep/unix/io.c') diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c index 7d6a6f2..45db1a1 100644 --- a/sysdep/unix/io.c +++ b/sysdep/unix/io.c @@ -83,7 +83,7 @@ static struct resclass rf_class = { }; void * -rfopen(pool *p, char *name, char *mode) +tracked_fopen(pool *p, char *name, char *mode) { FILE *f = fopen(name, mode); -- cgit v1.2.3