mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-04 13:21:34 +00:00
fix compilation issue
This commit is contained in:
parent
82bd767afa
commit
b6f6663639
3 changed files with 19 additions and 5 deletions
2
gnupg.c
2
gnupg.c
|
|
@ -1393,7 +1393,7 @@ PHP_FUNCTION(gnupg_import){
|
|||
result = gpgme_op_import_result (intern->ctx);
|
||||
|
||||
if(result->imports->result != GPG_ERR_NO_ERROR){
|
||||
RETURN_FALSE();
|
||||
RETURN_FALSE;
|
||||
}
|
||||
array_init (return_value);
|
||||
add_assoc_long (return_value, "imported", result->imported);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue