changeset 6969:c13473a5c0e4 HEAD

Fix
author Timo Sirainen <tss@iki.fi>
date Sat, 08 Dec 2007 21:36:59 +0200
parents 09e1e8d4aa53
children 891d2b36feee
files src/lib-storage/index/index-sort.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/index-sort.c	Sat Dec 08 21:36:20 2007 +0200
+++ b/src/lib-storage/index/index-sort.c	Sat Dec 08 21:36:59 2007 +0200
@@ -339,7 +339,7 @@
 		sort_program = ctx->program->sort_program;
 	}
 
-	return sort_node_cmp_type(ctx, ctx->program->sort_program, n1, n2);
+	return sort_node_cmp_type(ctx, sort_program, n1, n2);
 }
 
 static bool