summaryrefslogtreecommitdiff
path: root/src/input/input_mms.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-04-07 19:44:29 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-04-07 19:44:29 +0000
commit7a6a690fb697a888f38df7b1ceac27c756570fb4 (patch)
tree3dcfe35ed30e7f371fc88ba8be13468b31d6fb89 /src/input/input_mms.c
parent9317450b8614ebd51c4e6bf8bc362fded6449268 (diff)
downloadxine-lib-7a6a690fb697a888f38df7b1ceac27c756570fb4.tar.gz
xine-lib-7a6a690fb697a888f38df7b1ceac27c756570fb4.tar.bz2
fix compiler warnings
CVS patchset: 6345 CVS date: 2004/04/07 19:44:29
Diffstat (limited to 'src/input/input_mms.c')
-rw-r--r--src/input/input_mms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_mms.c b/src/input/input_mms.c
index d353895b6..773fbc529 100644
--- a/src/input/input_mms.c
+++ b/src/input/input_mms.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: input_mms.c,v 1.47 2004/04/06 00:25:29 tmattern Exp $
+ * $Id: input_mms.c,v 1.48 2004/04/07 19:44:29 mroi Exp $
*
* mms input plugin based on work from major mms
*/
@@ -237,7 +237,7 @@ static uint32_t mms_plugin_get_blocksize (input_plugin_t *this_gen) {
static off_t mms_plugin_get_current_pos (input_plugin_t *this_gen){
mms_input_plugin_t *this = (mms_input_plugin_t *) this_gen;
- off_t curpos;
+ off_t curpos = 0;
/*
printf ("current pos is %lld\n", this->curpos);