fix compiler warning about C++ comment style

This commit is contained in:
Stas Degteff 2005-08-10 07:23:51 +00:00
parent 7369b19ead
commit f1497fea2b

View File

@ -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) {