summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
authorMichael Hohmuth <sideral@rockbox.org>2011-06-06 22:49:02 +0000
committerMichael Hohmuth <sideral@rockbox.org>2011-06-06 22:49:02 +0000
commitb3a7f39c66b0f983b5aa7b4c0846ce422f06a854 (patch)
treef4f71c94469b8b6d325ffb52bf2fc5ea61a62f16 /apps/tagcache.h
parent564a8ed1fdc29432c586d90c475276d4066c3180 (diff)
downloadrockbox-b3a7f39c66b0f983b5aa7b4c0846ce422f06a854.tar.gz
rockbox-b3a7f39c66b0f983b5aa7b4c0846ce422f06a854.zip
FS#12132 patch 4: Added a comment for the tagcache_search.type field.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29980 a1c6a512-1295-4272-9138-f99709370657
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. */