diff options
Diffstat (limited to 'misc/videotext/files/patch-tvchannels.c')
-rw-r--r-- | misc/videotext/files/patch-tvchannels.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/videotext/files/patch-tvchannels.c b/misc/videotext/files/patch-tvchannels.c new file mode 100644 index 000000000000..8239c1aedd19 --- /dev/null +++ b/misc/videotext/files/patch-tvchannels.c @@ -0,0 +1,10 @@ +--- tvchannels.c.orig Tue Aug 16 20:12:35 2005 ++++ tvchannels.c Tue Aug 16 20:17:07 2005 +@@ -106,6 +106,7 @@ + (*chan)->freq = freq; + (*chan)->next = NULL; + chan_done: ++ ; + } else { + fprintf(stderr, "%s:%d: Warning: Frequency out of range, line ignored:\n%s\n", + FNAME, lcount, line); |