summaryrefslogtreecommitdiffstats
path: root/jnlib/argparse.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2005-02-22 19:08:28 +0100
committerWerner Koch <wk@gnupg.org>2005-02-22 19:08:28 +0100
commitcf8f6d3cefd3ed45bac7f944c03319746277c292 (patch)
treedc398307a31b09a7cde1381be33ca193ce8a0457 /jnlib/argparse.c
parentRenmoved stale file (diff)
downloadgnupg2-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.c2
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"