]> git.saurik.com Git - redis.git/blobdiff - pqsort.h
use the right object when cleaning up after zunion/zinter (fixes issue 216)
[redis.git] / pqsort.h
index af14e31af78a82d0b95a5709af0ef32a1f49f803..5054d5209ac70eacfd08bcabb8c072c0fec3f605 100644 (file)
--- a/pqsort.h
+++ b/pqsort.h
@@ -1,7 +1,7 @@
 /* The following is the NetBSD libc qsort implementation modified in order to
  * support partial sorting of ranges for Redis.
  *
- * Copyright(C) 2009 Salvatore Sanfilippo. All rights reserved.
+ * Copyright(C) 2009-2010 Salvatore Sanfilippo. All rights reserved.
  *
  * See the pqsort.c file for the original copyright notice. */