diff options
author | Matthias Hopf <mat@mshopf.de> | 2008-08-08 15:39:37 +0200 |
---|---|---|
committer | Matthias Hopf <mat@mshopf.de> | 2008-08-08 15:39:37 +0200 |
commit | 93f518565b5f53c795aeddf544f3582d44ff9fe6 (patch) | |
tree | f79884a40a9f80068b15d1c9cc8cb7660a1bf3fb /src/xine-engine/info_helper.c | |
parent | 6f79d815918aa83d706b6dc6722c2006f27e8084 (diff) | |
parent | 8c24b5cd856fa47f605eba68ec0a49bd4d47d7da (diff) | |
download | xine-lib-93f518565b5f53c795aeddf544f3582d44ff9fe6.tar.gz xine-lib-93f518565b5f53c795aeddf544f3582d44ff9fe6.tar.bz2 |
Merge.
Diffstat (limited to 'src/xine-engine/info_helper.c')
-rw-r--r-- | src/xine-engine/info_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/info_helper.c b/src/xine-engine/info_helper.c index 242805915..34d1bbdba 100644 --- a/src/xine-engine/info_helper.c +++ b/src/xine-engine/info_helper.c @@ -131,7 +131,7 @@ uint32_t _x_stream_info_get_public(xine_stream_t *stream, int info) { * at the end of the string */ static void meta_info_chomp(char *str) { - size_t i, len; + ssize_t i, len; len = strlen(str); if (!len) |