Home
last modified time | relevance | path

Searched refs:bakpath_n (Results 1 – 1 of 1) sorted by relevance

/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Dprefs.c426 gchar *bakpath_n, *bakpath_p; in prefs_file_close() local
429 bakpath_n = g_strdup_printf("%s.%d", bakpath, in prefs_file_close()
437 if (rename_force(bakpath_p, bakpath_n) < 0) { in prefs_file_close()
443 g_free(bakpath_n); in prefs_file_close()