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:
Arnav Singh
2012-10-22 02:30:38 -07:00
parent 8c7ec909b8
commit 8902f52eb9
3 changed files with 13 additions and 30 deletions

View File

@@ -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;
}