From de46a16e43c3561d8be19ee741385adb22cb3311 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Tue, 13 Nov 2001 19:20:26 +0000 Subject: [PATCH] Fixing compile error --- ext/hyperwave/hg_comm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/hyperwave/hg_comm.c b/ext/hyperwave/hg_comm.c index 7801fabb86..6d2c36f9e7 100644 --- a/ext/hyperwave/hg_comm.c +++ b/ext/hyperwave/hg_comm.c @@ -683,7 +683,7 @@ char *fnInsAnchorsIntoText(char *text, DLIST *pAnchorList, char **bodytag, char newtext = text; bgstr[0] = '\0'; #ifdef newlist - zend_llist_sort(pAnchorList, fnCmpAnchors); + zend_llist_sort(pAnchorList, fnCmpAnchors TSRMLS_CC); ptr = (ANCHOR **) zend_llist_get_last(pAnchorList); if(ptr) cur_ptr = *ptr; -- 2.50.1