Code error: 3.8beta1/machine/M_sunos5.c:736
According to the comment of the function check_nlist( ) : The routine returns the number of symbols NOT found.
the code in line 736 should be: i += 1; but not: i = 1;
Please think about that.
Log in to post a comment.