freebsd-ports/www/caudium14/files/patch-src_cmods__Caudium_nb_send.c
Johan van Selst 95275cebf5 Fix build
2014-07-06 15:32:06 +00:00

11 lines
454 B
C

--- src/cmods/_Caudium/nb_send.c.orig 2014-07-06 17:29:43.000000000 +0200
+++ src/cmods/_Caudium/nb_send.c 2014-07-06 17:29:21.000000000 +0200
@@ -92,7 +92,7 @@ static int sbuffers; /* size of allocat
static void push_callback(int no)
{
add_ref(Pike_sp->u.object = THISOBJ);
- Pike_sp->subtype = no + Pike_fp->context.identifier_level;
+ Pike_sp->subtype = no + Pike_fp->context->identifier_level;
Pike_sp->type = T_FUNCTION;
Pike_sp++;
}