* src/bddio.c (bdd_load): Check the return value of fscanf() to
kill a warning.
This commit is contained in:
Alexandre Duret-Lutz 2010-01-21 15:51:23 +01:00
parent e663c222e5
commit e20ba143bb
2 changed files with 31 additions and 24 deletions

View file

@ -1,3 +1,8 @@
2010-01-21 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/bddio.c (bdd_load): Check the return value of fscanf() to
kill a warning.
2009-12-09 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Inline bdd_addref() and bdd_delref() to speedup BDD operations.