arx-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Arx-users] My first patch (fix for --version and gpg)


From: Kevin Smith
Subject: [Arx-users] My first patch (fix for --version and gpg)
Date: Tue, 07 Dec 2004 22:44:33 -0500

Hiya,

I noticed a typo in the --version handling that caused it to always
claim that gpg was not available. I haven't yet set up a public archive,
so I'm not sure of the best way to get you the patch. I used mkpatch,
and have pasted the results below. Please let me know the best way to
send changes to you until I get a public archive established.

My first patch! Woo-hoo!

Cheers,

Kevin

---
****src/arx/process_generic_options/version_info.cpp


--- ,,pristine.20041208T033948/src/arx/process_generic_options/version_info.cpp 
    2004-12-07 22:39:50.209123728 -0500

+++ /home/kevins/work/arx/src/arx/process_generic_options/version_info.cpp 
2004-12-07 22:36:05.615267184 -0500
    @@ -26,7 +26,7 @@
     {
       cout << PACKAGE_STRING << endl
            << "Built " << __TIME__ << " " << __DATE__ << " "
    -#ifdef ARCGPG
    +#ifdef ARXGPG
            << "with gpg support" << endl
     #else
            << "without gpg support" << endl







reply via email to

[Prev in Thread] Current Thread [Next in Thread]