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

This commit is contained in:
Alexandre Duret-Lutz 2003-05-20 10:42:19 +00:00
parent 42782f3a83
commit 2f6e476cba
2 changed files with 7 additions and 5 deletions

View file

@ -1,5 +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_setbddpair): Fix prototype in documentation.
2003-05-19 Alexandre Duret-Lutz <aduret@src.lip6.fr>