diff options
| author | Brandon Low <lostlogic@rockbox.org> | 2006-03-24 14:02:27 +0000 |
|---|---|---|
| committer | Brandon Low <lostlogic@rockbox.org> | 2006-03-24 14:02:27 +0000 |
| commit | c76904be53352ec1e7a743de1e7ea2ce51b513d2 (patch) | |
| tree | 0387894965d38baee56c7c283dad172a621f9681 /apps/codecs/shorten.c | |
| parent | 12f3fec388ae56f8fb2e50b681dbde81d4669208 (diff) | |
| download | rockbox-c76904be53352ec1e7a743de1e7ea2ce51b513d2.zip rockbox-c76904be53352ec1e7a743de1e7ea2ce51b513d2.tar.gz rockbox-c76904be53352ec1e7a743de1e7ea2ce51b513d2.tar.bz2 rockbox-c76904be53352ec1e7a743de1e7ea2ce51b513d2.tar.xz | |
Fix warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9230 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/shorten.c')
| -rw-r--r-- | apps/codecs/shorten.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/shorten.c b/apps/codecs/shorten.c index 6053742..2cfb4c9 100644 --- a/apps/codecs/shorten.c +++ b/apps/codecs/shorten.c @@ -49,7 +49,7 @@ enum codec_status codec_start(struct codec_api* api) uint32_t elapsedtime; int8_t *buf; int consumed, res, nsamples; - long bytesleft; + size_t bytesleft; /* Generic codec initialisation */ rb = api; |