After the for-loop:
if (line->DdiInfo.DdiCount==DDI_LENGTH) line->LineInfo.LineStatus=DDI_COMPLETE;
seems to be redundant because the LineStatus is always set to DDI_COMPLETE when entering it (due to the code in the loop)
Logged In: YES user_id=857585
This was found out by Ramin Nikaeen from Goldline (www.goldline.net) while reviewing the code.
Log in to post a comment.
Logged In: YES
user_id=857585
This was found out by Ramin Nikaeen from Goldline
(www.goldline.net) while reviewing the code.