summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 0a491c58b5..0f78639b4a 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -3089,7 +3089,7 @@ static void allocate_tempbuf(void)
3089 tempbuf_size = 32*1024*1024; 3089 tempbuf_size = 32*1024*1024;
3090 tempbuf = malloc(tempbuf_size); 3090 tempbuf = malloc(tempbuf_size);
3091#else 3091#else
3092 buffer_get_buffer(&tempbuf_size); 3092 tempbuf = buffer_get_buffer(&tempbuf_size);
3093#endif 3093#endif
3094} 3094}
3095 3095