mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 06:16:39 +02:00
Fix error msg in unreal_copyfile
This commit is contained in:
+1
-1
@@ -1778,7 +1778,7 @@ int unreal_copyfile(char *src, char *dest)
|
||||
|
||||
if (srcfd < 0)
|
||||
{
|
||||
config_error("Unable to open module file '%s': %s", src, strerror(errno));
|
||||
config_error("Unable to open file '%s': %s", src, strerror(errno));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user