summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 37f443e036..fc06005c1d 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -328,8 +328,7 @@ static void allocate_tempbuf(void)
328#else /* !__PCTOOL__ */ 328#else /* !__PCTOOL__ */
329 /* Need to pass dummy ops to prevent the buffer being moved 329 /* Need to pass dummy ops to prevent the buffer being moved
330 * out from under us, since we yield during the tagcache commit. */ 330 * out from under us, since we yield during the tagcache commit. */
331 static struct buflib_callbacks dummy_ops; 331 tempbuf_handle = core_alloc_maximum("tc tempbuf", &size, &buflib_ops_locked);
332 tempbuf_handle = core_alloc_maximum("tc tempbuf", &size, &dummy_ops);
333 if (tempbuf_handle > 0) 332 if (tempbuf_handle > 0)
334 { 333 {
335 tempbuf = core_get_data(tempbuf_handle); 334 tempbuf = core_get_data(tempbuf_handle);