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

NetOne - Doychin Dokov root at net1.cc
Tue Sep 6 23:55:19 CEST 2011


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;


-- 
Doychin Dokov
Data Syst Ltd.
T +359  86 510 210
M +359 893 560 437
S netone-silistra



More information about the dvblast-devel mailing list