diff options
Diffstat (limited to 'multimedia/mpeg2play/files/patch-mpeg2play.c')
-rw-r--r-- | multimedia/mpeg2play/files/patch-mpeg2play.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mpeg2play/files/patch-mpeg2play.c b/multimedia/mpeg2play/files/patch-mpeg2play.c new file mode 100644 index 000000000000..8b1efae8a44e --- /dev/null +++ b/multimedia/mpeg2play/files/patch-mpeg2play.c @@ -0,0 +1,11 @@ +--- mpeg2play.c 1997/08/11 18:58:37 1.1 ++++ mpeg2play.c 1997/08/11 19:07:22 +@@ -335,7 +335,7 @@ + XmStringGetLtoR(((XmFileSelectionBoxCallbackStruct *)call_data)->value, + XmSTRING_DEFAULT_CHARSET, &filename); + +- position = tell(base.infile); ++ position = lseek(base.infile, 0L, SEEK_CUR); + fprintf(stderr, "pos: %d\n", position); + fprintf(stderr, "output: %s\n", filename); + |