Home
last modified time | relevance | path

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

/dports/www/sitecopy/sitecopy-0.16.6/src/
H A Dsites.c190 char *old_full_local = file_full_local(&current->stored, site); in synch_files() local
193 if (rename(full_local, old_full_local) == 0) { in synch_files()
199 free(old_full_local); in synch_files()