Strip quotes in TwitName
This commit is contained in:
parent
90950f8cb8
commit
6455734f3d
@ -10,6 +10,8 @@ ______________________________________________________________________
|
|||||||
Notes for GoldED+ 1.1.5, /snapshot/
|
Notes for GoldED+ 1.1.5, /snapshot/
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
|
- Strip quotes in TwitName.
|
||||||
|
|
||||||
+ LISTtogglebookmark key works in thread list.
|
+ LISTtogglebookmark key works in thread list.
|
||||||
|
|
||||||
+ New config file token: Translate "text" "translation". Used together
|
+ New config file token: Translate "text" "translation". Used together
|
||||||
|
@ -292,7 +292,8 @@ void CfgTwitname() {
|
|||||||
strbtrim(val);
|
strbtrim(val);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
strxcpy(tn.name, val, sizeof(tn.name));
|
|
||||||
|
strxcpy(tn.name, StripQuotes(val), sizeof(tn.name));
|
||||||
|
|
||||||
if(cfgingroup)
|
if(cfgingroup)
|
||||||
CFG->grp.AddItm(GRP_TWITNAME, &tn, sizeof(tn));
|
CFG->grp.AddItm(GRP_TWITNAME, &tn, sizeof(tn));
|
||||||
|
Reference in New Issue
Block a user