mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-21 13:10:19 +00:00
Quickfix for plugin breakage after the DCC patch
This commit is contained in:
@@ -254,7 +254,10 @@ file_part (char *file)
|
|||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
return (filepart);
|
return (filepart);
|
||||||
case G_DIR_SEPARATOR:
|
case '/':
|
||||||
|
#ifdef WIN32
|
||||||
|
case '\\':
|
||||||
|
#endif
|
||||||
filepart = file + 1;
|
filepart = file + 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user