mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
parent
9ea39dbaa9
commit
1663c84db7
@ -213,6 +213,7 @@ int c_rename( const char *src, const char *dst ) {
|
||||
} while( 1 );
|
||||
if( err != 0 ) {
|
||||
errno = err;
|
||||
rc = -1;
|
||||
}
|
||||
}
|
||||
#else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user