2003-05-26 Marcus Brinkmann <marcus@g10code.de>
* conversion.c (_gpgme_decode_c_string): Add missing break statement.
This commit is contained in:
parent
673cbb3e81
commit
bc73ec0d57
@ -1,5 +1,8 @@
|
|||||||
2003-05-26 Marcus Brinkmann <marcus@g10code.de>
|
2003-05-26 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* conversion.c (_gpgme_decode_c_string): Add missing break
|
||||||
|
statement.
|
||||||
|
|
||||||
* recipient.c (gpgme_recipients_add_name_with_validity): Add one
|
* recipient.c (gpgme_recipients_add_name_with_validity): Add one
|
||||||
to buffer to allocate.
|
to buffer to allocate.
|
||||||
|
|
||||||
|
@ -144,6 +144,7 @@ _gpgme_decode_c_string (const char *src, char **destp, int len)
|
|||||||
src += 4;
|
src += 4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user