fix compiler warning about C++ comment style
This commit is contained in:
parent
7369b19ead
commit
f1497fea2b
@ -1146,7 +1146,7 @@ UUDecodePart (FILE *datain, FILE *dataout, int *state,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (vflag == method) {
|
if (vflag == method) {
|
||||||
// if (tf) {
|
/* if (tf) { */
|
||||||
if (tf || (method == UU_ENCODED || method == XX_ENCODED)) {
|
if (tf || (method == UU_ENCODED || method == XX_ENCODED)) {
|
||||||
count = UUDecodeLine (line, oline, method);
|
count = UUDecodeLine (line, oline, method);
|
||||||
if (method == YENC_ENCODED) {
|
if (method == YENC_ENCODED) {
|
||||||
|
Reference in New Issue
Block a user