diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
commit | 0d24ce472965b1af574ee8eab914346a50d93ab0 (patch) | |
tree | fc04ac961d5044a7d4ac36140741f144e02c3080 /multimedia/fxtv/files/patch-ab | |
parent | (forced commit) This is the official index file for 3.3-release. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Diffstat (limited to 'multimedia/fxtv/files/patch-ab')
-rw-r--r-- | multimedia/fxtv/files/patch-ab | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/multimedia/fxtv/files/patch-ab b/multimedia/fxtv/files/patch-ab deleted file mode 100644 index ce2a6bc2ceea..000000000000 --- a/multimedia/fxtv/files/patch-ab +++ /dev/null @@ -1,25 +0,0 @@ ---- t/fxtv-1.00/vidsav_dlg.c Mon Sep 6 10:39:18 1999 -+++ vidsav_dlg.c Wed Sep 8 16:39:04 1999 -@@ -70,7 +70,7 @@ - /* ******************** Local defines ************** */ - - #define AV_RAWNAME_FMT "%s.AVraw" --#define SCRIPT_FNAME_FMT "./%s.sh" -+#define SCRIPT_FNAME_FMT "%s%s.sh" - - #define OPTIMIZE_NUM_FRAMES 200 - -@@ -801,9 +801,12 @@ - char *str; - struct stat stat; - TV_INT32 i; -+ TV_BOOL has_path; - - /* Open output script file */ -- sprintf( p->script_fname, SCRIPT_FNAME_FMT, p->fname_base ); -+ has_path = strchr( "p->fname_base", '/' ) != NULL; -+ sprintf( p->script_fname, SCRIPT_FNAME_FMT, -+ (has_path ? "./" : ""), p->fname_base ); - - if ( (fp = fopen( p->script_fname, "wt" )) == NULL ) { - fprintf( stderr, "Failed to open for write: %s\n", p->script_fname ); |