[Mplayer-cvslog] CVS: main/input input.c,1.25,1.26
Alban Bedel CVS
albeu at mplayer.dev.hu
Tue Mar 19 19:28:08 CET 2002
Update of /cvsroot/mplayer/main/input
In directory mplayer:/var/tmp.root/cvs-serv23533/input
Modified Files:
input.c
Log Message:
10L bug fix. Thx to Fredrik Kuivinen <freku045 at student.liu.se>.
Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- input.c 19 Mar 2002 13:30:16 -0000 1.25
+++ input.c 19 Mar 2002 18:27:54 -0000 1.26
@@ -463,6 +463,9 @@
cmd->args[i].v.s = strdup(cmd_def->args[i].v.s);
}
+ if(i < MP_CMD_MAX_ARGS)
+ cmd->args[i].type = -1;
+
return cmd;
}
More information about the MPlayer-cvslog
mailing list