diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:31:13 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:31:13 +0000 |
commit | 7f36934d440e9eef6de5bb89c7a0c6d94b7b1ea4 (patch) | |
tree | 3bddb5ab6e3fb3a57edca76c00d09e6b3c99ac3e /multimedia/mpeg2play/files/patch-mpeg2play.c | |
parent | Rename misc/ patch-xy patches to reflect the files they modify. (diff) |
Rename multimedia/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363283
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); + |