No problems.
On Tue, Jun 05, 2007 at 11:27:38PM -0700, [EMAIL PROTECTED] wrote:
Index: merge/src/libpspp/array.c
===================================================================
--- merge.orig/src/libpspp/array.c 2007-06-05 09:16:11.000000000 -0700
+++ merge/src/libpspp/array.c 2007-06-05 09:18:06.000000000 -0700
@@ -531,7 +531,7 @@
void *value,
algo_compare_func *compare, const void *aux)
{
- assert (array != NULL);
+ assert (array != NULL || count == 0);
assert (count <= INT_MAX);
assert (compare != NULL);
--
_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev-- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://pgp.mit.edu or any PGP keyserver for public key.
signature.asc
Description: Digital signature
_______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
