Menu

Bibutils 6.3, missing return

2018-06-05
2018-06-05
  • Václav Haisman

    Václav Haisman - 2018-06-05

    Going through diff between 6.2 and 6.3 I have noticed this:

    lib/bibtexout.c:687:    if ( n==FIELDS_NOTFOUND );
    

    Are you missing a return there?

     
  • Chris Putnam

    Chris Putnam - 2018-06-05

    Yes. It'll be in the next version.

    It turns out that the return isn't absolutely necessary (except for efficiency) as the rest of the function can gracefully handle an illegal value for n.

     

Log in to post a comment.