From f1497fea2bd0be8043f5a9ffce6a294a2b2e4db1 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Wed, 10 Aug 2005 07:23:51 +0000 Subject: [PATCH] fix compiler warning about C++ comment style --- goldlib/uulib/uunconc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goldlib/uulib/uunconc.c b/goldlib/uulib/uunconc.c index c468d59..ac3ff8f 100644 --- a/goldlib/uulib/uunconc.c +++ b/goldlib/uulib/uunconc.c @@ -1146,7 +1146,7 @@ UUDecodePart (FILE *datain, FILE *dataout, int *state, } if (vflag == method) { -// if (tf) { +/* if (tf) { */ if (tf || (method == UU_ENCODED || method == XX_ENCODED)) { count = UUDecodeLine (line, oline, method); if (method == YENC_ENCODED) {