diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-11-19 11:32:20 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-11-19 11:32:20 +0000 |
| commit | 5bf5e6191f188e8b0e13b84da1ddbe1bc12eab80 (patch) | |
| tree | 40a6f09e5afe26a959ae07dfa5fbccb468660caa /apps/plugins/databox | |
| parent | fbfb7db4b7e3b89b9df13301e82c2b96186721f0 (diff) | |
| download | rockbox-5bf5e6191f188e8b0e13b84da1ddbe1bc12eab80.zip rockbox-5bf5e6191f188e8b0e13b84da1ddbe1bc12eab80.tar.gz rockbox-5bf5e6191f188e8b0e13b84da1ddbe1bc12eab80.tar.bz2 rockbox-5bf5e6191f188e8b0e13b84da1ddbe1bc12eab80.tar.xz | |
iPod: signed-char police
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7991 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/databox')
| -rw-r--r-- | apps/plugins/databox/edittoken.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/databox/edittoken.h b/apps/plugins/databox/edittoken.h index 2fcb874..c1a3335 100644 --- a/apps/plugins/databox/edittoken.h +++ b/apps/plugins/databox/edittoken.h @@ -87,7 +87,7 @@ #define SPELLING_LENGTH 100 struct token { - char kind; + signed char kind; char spelling[SPELLING_LENGTH + 3]; long intvalue; }; |