[syslinux:elflink] vdprintf.c: undo double-printing

syslinux-bot for H. Peter Anvin hpa at zytor.com
Fri May 18 16:06:02 PDT 2012


Commit-ID:  c675f30d78e438f68ffe0254b24f5b9ecf5ac399
Gitweb:     http://www.syslinux.org/commit/c675f30d78e438f68ffe0254b24f5b9ecf5ac399
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Fri, 18 May 2012 16:01:25 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Fri, 18 May 2012 16:01:25 -0700

vdprintf.c: undo double-printing

Undo double-printing change so we can sync with master.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>

---
 com32/lib/vdprintf.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/com32/lib/vdprintf.c b/com32/lib/vdprintf.c
index df04476..d4dc974 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 */


More information about the Syslinux-commits mailing list