cgetcap(3) can't parse correctly the line without newline.

Issue #93 resolved
Takehiko NOZAKI repo owner created an issue

here is another wrong fgetln(3) usage:

    801                         line = fgetln(pfp, &len);
    802                         if (line == NULL) {
...
    821                         } else
    822                                 line[len - 1] = '\0';

Comments (2)

  1. Log in to comment