Changed IP capabilities showing

This commit is contained in:
Michiel Broek
2004-07-22 20:30:58 +00:00
parent 2650d93014
commit 22f65f8e92
9 changed files with 34 additions and 27 deletions

View File

@@ -165,8 +165,8 @@ long Msg_Top(char *template, int language, fidoaddr aka)
fread(&ttyinfohdr, sizeof(ttyinfohdr), 1, fp);
MacroVars("pqrf", "dsss", 0, "", "", "");
if (strlen(CFG.Flags)) {
MacroVars("pqrf", "dsds", 2, CFG.Phone, CFG.Speed, CFG.Flags);
if (strlen(CFG.IP_Flags) && strlen(CFG.IP_Phone)) {
MacroVars("pqrf", "dsds", 2, CFG.IP_Phone, CFG.IP_Speed, CFG.IP_Flags);
fseek(fi, fileptr, SEEK_SET);
Msg_Macro(fi);
}