summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index 7351998c0a..6f23bfcb0d 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -188,7 +188,7 @@ struct tagcache_search {
188 /* Exported variables. */ 188 /* Exported variables. */
189 bool ramsearch; /* Is ram copy of the tagcache being used. */ 189 bool ramsearch; /* Is ram copy of the tagcache being used. */
190 bool ramresult; /* False if result is not static, and must be copied. */ 190 bool ramresult; /* False if result is not static, and must be copied. */
191 int type; 191 int type; /* The tag type to be searched. Only nonvirtual tags */
192 char *result; /* The result data for all tags. */ 192 char *result; /* The result data for all tags. */
193 int result_len; /* Length of the result including \0 */ 193 int result_len; /* Length of the result including \0 */
194 int32_t result_seek; /* Current position in the tag data. */ 194 int32_t result_seek; /* Current position in the tag data. */