diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-02-05 00:14:02 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-02-05 00:14:02 +0000 |
commit | 5b2b54e92e118a2ab916fd814dc1a2bec58e1e07 (patch) | |
tree | 3da02961c54207c085260b0253a15ff257be16ce /src/xine-engine/nvtv/pipe.c | |
parent | 4e0331fac2b197b5d6b20a987f2e54cff2f67ad4 (diff) | |
download | xine-lib-5b2b54e92e118a2ab916fd814dc1a2bec58e1e07.tar.gz xine-lib-5b2b54e92e118a2ab916fd814dc1a2bec58e1e07.tar.bz2 |
last tvmode update from Snaggen
CVS patchset: 4106
CVS date: 2003/02/05 00:14:02
Diffstat (limited to 'src/xine-engine/nvtv/pipe.c')
-rw-r--r-- | src/xine-engine/nvtv/pipe.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/xine-engine/nvtv/pipe.c b/src/xine-engine/nvtv/pipe.c index b12dc3bd1..9798072e7 100644 --- a/src/xine-engine/nvtv/pipe.c +++ b/src/xine-engine/nvtv/pipe.c @@ -16,7 +16,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: pipe.c,v 1.1 2003/01/18 15:29:22 miguelfreitas Exp $ + * $Id: pipe.c,v 1.2 2003/02/05 00:14:03 miguelfreitas Exp $ * * Contents: * @@ -27,8 +27,10 @@ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> +#include <string.h> #include "debug.h" +#include "error.h" #include "pipe.h" /* @@ -154,9 +156,9 @@ int pipeReadArgs (FILE *pipe, int n, ...) /* * Read optional arguments from a pipe. Ellipsis parameters are: * size_1, pointer_1, result_1, ..., size_n, pointer_n, result_n - * Ignore zero size or null pointer arguments. Return number of - * initial arguments that matched input stream, and set each result - * either to NULL or to pointer. + * Ignore zero size or null pointer data. Return number of initial + * arguments that matched input stream, and set each result either to + * NULL or to pointer. */ int pipeReadArgsOpt (FILE *pipe, int n, ...) |