]> git.ozlabs.org Git - ccan/commitdiff
failtest: fix internal cut & paste bug
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 29 Nov 2011 22:30:11 +0000 (09:00 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 29 Nov 2011 22:30:11 +0000 (09:00 +1030)
failtest_malloc should use p->u.malloc not p->u.calloc.  The layouts
are identical, so it doesn't matter, but it's confusing and leaves us
open to weird bugs in future should one change.


No differences found