diff options
author | Frank M. Kromann <fmk@php.net> | 2001-11-13 19:20:26 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2001-11-13 19:20:26 +0000 |
commit | de46a16e43c3561d8be19ee741385adb22cb3311 (patch) | |
tree | 28623359e8eb456319ad15ca823137884bdcdd69 /ext/hyperwave | |
parent | dd714b617c55d212604b370b42b97230e1aae44c (diff) | |
download | php-git-de46a16e43c3561d8be19ee741385adb22cb3311.tar.gz |
Fixing compile error
Diffstat (limited to 'ext/hyperwave')
-rw-r--r-- | ext/hyperwave/hg_comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |