aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-05-18 16:01:25 -0700
committerH. Peter Anvin <hpa@zytor.com>2012-05-18 16:01:25 -0700
commitc675f30d78e438f68ffe0254b24f5b9ecf5ac399 (patch)
tree08cf33bad617d46fed422d781a2f556dc04fc5ca
parentf42cf78bf0581ca6515b1e3c89d05de432c71fce (diff)
downloadsyslinux-c675f30d78e438f68ffe0254b24f5b9ecf5ac399.tar.gz
syslinux-c675f30d78e438f68ffe0254b24f5b9ecf5ac399.tar.xz
syslinux-c675f30d78e438f68ffe0254b24f5b9ecf5ac399.zip
vdprintf.c: undo double-printing
Undo double-printing change so we can sync with master. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--com32/lib/vdprintf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/com32/lib/vdprintf.c b/com32/lib/vdprintf.c
index df044763..d4dc9743 100644
--- a/com32/lib/vdprintf.c
+++ b/com32/lib/vdprintf.c
@@ -113,8 +113,6 @@ void vdprintf(const char *format, va_list ap)
p = buffer;
while (rv--)
debug_putc(*p++);
-
- /* _fwrite(buffer, _rv, stdout); */
}
#endif /* DEBUG */