mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
Removed DCC::destfile_fs since it was now the same as DCC::destfile. Fixed usage of g_stat to use GStatBuf instead of OS-native struct stat.
This commit is contained in:
@@ -254,10 +254,7 @@ file_part (char *file)
|
||||
{
|
||||
case 0:
|
||||
return (filepart);
|
||||
case '/':
|
||||
#ifdef WIN32
|
||||
case '\\':
|
||||
#endif
|
||||
case G_DIR_SEPARATOR:
|
||||
filepart = file + 1;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user