Changeset 210 for trunk/utils.c
- Timestamp:
- 10/02/2006 03:11:40 AM (7 years ago)
- Files:
-
- 1 modified
-
trunk/utils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.c
r209 r210 433 433 /* install class */ 434 434 while (b != NULL) { 435 xc_install_class(sandbox->filename, (xc_cest_t*) b->pData, -1,435 xc_install_class(sandbox->filename, (xc_cest_t*) b->pData, 436 436 BUCKET_KEY_TYPE(b), ZSTR(BUCKET_KEY_S(b)), b->nKeyLength TSRMLS_CC); 437 437 b = b->pListNext;

