aboutsummaryrefslogtreecommitdiffstats
path: root/envputenvf.c
diff options
context:
space:
mode:
Diffstat (limited to 'envputenvf.c')
-rw-r--r--envputenvf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/envputenvf.c b/envputenvf.c
index cdcf4f5..7bc1f0a 100644
--- a/envputenvf.c
+++ b/envputenvf.c
@@ -6,7 +6,7 @@
void
libsimple_envputenvf(int status, const char *fmt, va_list ap) /* TODO test */
{
- if (vputenvf(fmt, ap))
+ if (libsimple_vputenvf(fmt, ap))
enprintf(status, "putenvf:");
}