Parent Directory
|
Revision Log
|
Patch
revision 20 by twoaday, Mon Apr 4 07:01:43 2005 UTC | revision 21 by twoaday, Wed Jul 27 11:17:44 2005 UTC | |
---|---|---|
# | Line 533 _gpgme_add_comment (gpgme_ctx_t ctx) | Line 533 _gpgme_add_comment (gpgme_ctx_t ctx) |
533 | { | { |
534 | char * p; | char * p; |
535 | ||
536 | if (ctx->comment) | if (ctx->comment) { |
537 | { | p = calloc (1, strlen (ctx->comment)+3); |
538 | p = calloc (1, strlen (ctx->comment)+2); | if (!p) { |
if (!p) | ||
{ | ||
539 | ctx->out_of_core = 1; | ctx->out_of_core = 1; |
540 | return; | return; |
541 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |