[dvblast-devel] [PATCH] Fix -V option

Georgi Chorbadzhiyski gf at unixsol.org
Wed Sep 7 08:39:26 CEST 2011


On 07.9.2011 г. 00:55, NetOne - Doychin Dokov wrote:
> Since I've been using dvblast, the -V (show version) option has not been
> usable, though there's a function which shows the current version (and
> it's used in the help page).
>
> The following patch fixes this:
> --- dvblast.c.orig 2011-09-07 00:52:01.665381554 +0300
> +++ dvblast.c 2011-09-07 00:52:51.855381517 +0300
> @@ -804,6 +804,7 @@
> break;
>
> case 'V':
> + DisplayVersion();
> exit(0);
> break;
>
>

Obviously correct. I'll apply it today.

-- 
Georgi Chorbadzhiyski
http://georgi.unixsol.org/


More information about the dvblast-devel mailing list