Revert commit a61ee2e

This commit is contained in:
Alexander Skovpen
2018-07-14 16:22:48 +03:00
committed by dukelsky
parent 459303ea19
commit e6e77b0634
37 changed files with 1035 additions and 1035 deletions

View File

@@ -978,7 +978,7 @@ static void read_nodelists()
if (fidouser)
{
char buf[256];
fido.Printf("%-36.36s%24.24s\n", curr->name, make_addr_str(buf, &curr->addr, (char *)""));
fido.Printf("%-36.36s%24.24s\n", curr->name, make_addr_str(buf, &curr->addr, ""));
}
}
@@ -1441,7 +1441,7 @@ static bool FindCfg(char* path) {
found = ExistCfg(path, "gedw32.cfg");
#endif
if(not found)
found = ExistCfg(path, (char *)"golded.cfg");
found = ExistCfg(path, "golded.cfg");
return found;
}