forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
388 B
C
11 lines
388 B
C
--- 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);
|
|
|