Changeset 583

Show
Ignore:
Timestamp:
08/19/08 14:30:45
Author:
rachel
Message:

Removed const for portability (basename complains)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openpgpsdk/trunk/src/app/openpgp.c

    r574 r583  
    5555static const char* usage_list_packets="%s --list-packets --filename=<filename> [--homedir=<homedir>] [--armour]\n"; 
    5656 
    57 static const char* pname; 
     57static char* pname; 
    5858 
    5959enum optdefs { 
     
    111111    }; 
    112112 
    113 void print_usage(const char* usage, const char* pname) 
     113void print_usage(const char* usage, char* pname) 
    114114    { 
    115115    fprintf(stderr, "\nUsage: ");