* src/pairs.c (bdd_copypair): Use memcpy to copy from->result,

and correctly copy p->last from from->last.
This commit is contained in:
Alexandre Duret-Lutz 2003-05-22 12:07:52 +00:00
parent 2f6e476cba
commit 4d6660835a
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,7 @@
2003-05-20 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/pairs.c (bdd_copypair): Use memcpy to copy from->result.
* src/pairs.c (bdd_copypair): Use memcpy to copy from->result,
and correctly copy p->last from from->last.
* src/pairs.c (bdd_setbddpair): Fix prototype in documentation.