diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2009-06-20 16:48:56 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2009-06-20 16:48:56 +0000 |
| commit | e4cb136ab1015e07666744b63c56a1a18f2af020 (patch) | |
| tree | 53b6a993b19e329a744dc8d2b30b57fb0346459e /apps | |
| parent | 8e2bdcaab6857daed1174487e4262d1a4c5db9ab (diff) | |
| download | rockbox-e4cb136ab1015e07666744b63c56a1a18f2af020.zip rockbox-e4cb136ab1015e07666744b63c56a1a18f2af020.tar.gz rockbox-e4cb136ab1015e07666744b63c56a1a18f2af020.tar.bz2 rockbox-e4cb136ab1015e07666744b63c56a1a18f2af020.tar.xz | |
Keep simulators happy.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21403 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/tagcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h index 0908e35..f238bc0 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -173,7 +173,7 @@ struct tagcache_search { int clause_count; int list_position; int seek_pos; - int32_t position; + long position; int entry_count; bool valid; bool initialized; |