From 6269382655fb330b59b1f95ad1bac2c46dcbb816 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 29 Sep 2008 08:21:17 +0000 Subject: [PATCH] fixed ase_sll_setcomper() --- ase/lib/cmn/sll.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ase/lib/cmn/sll.c b/ase/lib/cmn/sll.c index 50e8fbd8..1602fbdf 100644 --- a/ase/lib/cmn/sll.c +++ b/ase/lib/cmn/sll.c @@ -152,6 +152,7 @@ comper_t ase_sll_getcomper (sll_t* sll) void ase_sll_setcomper (sll_t* sll, comper_t comper) { + if (comper == ASE_NULL) comper = comp_data; sll->comper = comper; }