1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 05:46:37 +02:00

Fixed a last minute win32 bug

This commit is contained in:
codemastr
2001-12-24 18:51:40 +00:00
parent 7ec691c0ed
commit 548c108ecb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1024,3 +1024,4 @@ seen. gmtime warning still there
- Changed to beta5
- Fixed some slave work.. return MOD_SUCCESS; in all command modules..
- make install fix
- Fixed a last minute bug in win32
+1 -1
View File
@@ -875,7 +875,7 @@ int init_conf2(char *filename)
if (!includes) {
includes = MyMalloc(sizeof(ConfigItem_include));
includes->file = strdup(filename);
DelListItem(includes, conf_include);
AddListItem(includes, conf_include);
}
return i;
}