Fix HEAD and HEADLOSS results in report file

This commit is contained in:
Elad Salomons
2015-08-20 21:59:12 +03:00
parent 6878e046ed
commit f9ea14e57a

View File

@@ -1370,7 +1370,7 @@ int reportdata()
/* Check if input is a reporting criterion. */ /* Check if input is a reporting criterion. */
/*** Special case needed to distinguish "HEAD" from "HEADLOSS" ***/ //(2.00.11 - LR) /*** Special case needed to distinguish "HEAD" from "HEADLOSS" ***/ //(2.00.11 - LR)
if (strcomp(Tok[0], w_HEADLOSS)) i = HEADLOSS; //(2.00.11 - LR) if (strcomp(Tok[0], t_HEADLOSS)) i = HEADLOSS;
else i = findmatch(Tok[0],Fldname); //(2.00.11 - LR) else i = findmatch(Tok[0],Fldname); //(2.00.11 - LR)
if (i >= 0) //(2.00.11 - LR) if (i >= 0) //(2.00.11 - LR)
/*****************************************************************/ //(2.00.11 - LR) /*****************************************************************/ //(2.00.11 - LR)