2005-08-19 [paul] 1.9.13cvs38
[claws.git] / src / account.c
index 7e43593ca5a81629261f7bc042d88f205ee4ed91..006da42dac323c1f0f4f71e62366f1269f72de44 100644 (file)
@@ -184,7 +184,7 @@ void account_read_config_all(void)
        debug_print("Reading all config for each account...\n");
 
        rcpath = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, ACCOUNT_RC, NULL);
-       if ((fp = fopen(rcpath, "rb")) == NULL) {
+       if ((fp = g_fopen(rcpath, "rb")) == NULL) {
                if (ENOENT != errno) FILE_OP_ERROR(rcpath, "fopen");
                g_free(rcpath);
                return;