mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
Nah, even more rebranding
This commit is contained in:
@@ -494,7 +494,7 @@ chanlist_filereq_done (server *serv, char *file)
|
||||
if (!file)
|
||||
return;
|
||||
|
||||
fh = xchat_open_file (file, O_TRUNC | O_WRONLY | O_CREAT, 0600,
|
||||
fh = hexchat_open_file (file, O_TRUNC | O_WRONLY | O_CREAT, 0600,
|
||||
XOF_DOMODE | XOF_FULLPATH);
|
||||
if (fh == -1)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user