diff -r b66302d38f7d -r 4e10236e06d4 src/protocols/silc/pk.c --- a/src/protocols/silc/pk.c Fri Feb 11 03:51:26 2005 +0000 +++ b/src/protocols/silc/pk.c Fri Feb 11 05:10:40 2005 +0000 @@ -216,7 +216,7 @@ babbleprint = verify->babbleprint = silc_hash_babbleprint(NULL, pk, pk_len); /* Check whether this key already exists */ - if (stat(ipf, &st) < 0 && (!hostf || stat(hostf, &st) < 0)) { + if (g_stat(ipf, &st) < 0 && (!hostf || g_stat(hostf, &st) < 0)) { /* Key does not exist, ask user to verify the key and save it */ silcgaim_verify_ask(name ? name : entity, fingerprint, babbleprint, verify);