summaryrefslogtreecommitdiff
path: root/apps/plugins/dict.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/dict.c')
-rw-r--r--apps/plugins/dict.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/dict.c b/apps/plugins/dict.c
index f893be3422..db121f7510 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -79,6 +79,7 @@ void *pl_malloc(ssize_t size)
79 else 79 else
80 { 80 {
81 bufptr += size; 81 bufptr += size;
82 bufleft -= size;
82 return ptr; 83 return ptr;
83 } 84 }
84} 85}