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
This commit is contained in:
parent
564a8ed1fd
commit
b3a7f39c66
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ struct tagcache_search {
|
|||
/* Exported variables. */
|
||||
bool ramsearch; /* Is ram copy of the tagcache being used. */
|
||||
bool ramresult; /* False if result is not static, and must be copied. */
|
||||
int type;
|
||||
int type; /* The tag type to be searched. Only nonvirtual tags */
|
||||
char *result; /* The result data for all tags. */
|
||||
int result_len; /* Length of the result including \0 */
|
||||
int32_t result_seek; /* Current position in the tag data. */
|
||||
|
|
Loading…
Reference in a new issue