diff options
author | Ron Yorston <rmy@pobox.com> | 2017-02-07 12:40:45 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-02-07 12:40:45 +0000 |
commit | f24cc241876a97ccff907732aeff8f6bd925c242 (patch) | |
tree | f651e1e5cfecd03ffda93a1ccd36cb1e5568e18f /win32 | |
parent | 49b1f5846ab97a0efbd4b37e084dbe29c15717cd (diff) | |
download | busybox-w32-f24cc241876a97ccff907732aeff8f6bd925c242.tar.gz busybox-w32-f24cc241876a97ccff907732aeff8f6bd925c242.tar.bz2 busybox-w32-f24cc241876a97ccff907732aeff8f6bd925c242.zip |
Provide vfprintf replacement
vfprintf is used in ash_vmsg. It should be passed through the
codepage conversion in winansi.c.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/winansi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/winansi.c b/win32/winansi.c index e95b9c846..7c7e1a626 100644 --- a/win32/winansi.c +++ b/win32/winansi.c | |||
@@ -9,6 +9,7 @@ | |||
9 | /* | 9 | /* |
10 | Functions to be wrapped: | 10 | Functions to be wrapped: |
11 | */ | 11 | */ |
12 | #undef vfprintf | ||
12 | #undef vprintf | 13 | #undef vprintf |
13 | #undef printf | 14 | #undef printf |
14 | #undef fprintf | 15 | #undef fprintf |