diff options
author | Werner Koch <wk@gnupg.org> | 2005-02-22 19:08:28 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2005-02-22 19:08:28 +0100 |
commit | cf8f6d3cefd3ed45bac7f944c03319746277c292 (patch) | |
tree | dc398307a31b09a7cde1381be33ca193ce8a0457 /jnlib/argparse.c | |
parent | Renmoved stale file (diff) | |
download | gnupg2-cf8f6d3cefd3ed45bac7f944c03319746277c292.tar.xz gnupg2-cf8f6d3cefd3ed45bac7f944c03319746277c292.zip |
(stream_read_string): Removed call to abort on
memory error because the CVS version of libgcrypt makes sure
that ERRNO gets always set on error even with a faulty user
supplied function.
Diffstat (limited to '')
-rw-r--r-- | jnlib/argparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlib/argparse.c b/jnlib/argparse.c index de828e8ce..485c60786 100644 --- a/jnlib/argparse.c +++ b/jnlib/argparse.c @@ -904,7 +904,7 @@ strusage( int level ) switch( level ) { case 11: p = "foo"; break; case 13: p = "0.0"; break; - case 14: p = "Copyright (C) 2004 Free Software Foundation, Inc."; break; + case 14: p = "Copyright (C) 2005 Free Software Foundation, Inc."; break; case 15: p = "This program comes with ABSOLUTELY NO WARRANTY.\n" "This is free software, and you are welcome to redistribute it\n" |