mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[MOD] Basic work to get XMPP avatars through PEP
Attaboy!
This commit is contained in:
parent
f31a9c37b6
commit
e54332e376
13 changed files with 428 additions and 25 deletions
|
|
@ -109,7 +109,7 @@ ParseAyadoc(char *raw)
|
|||
if (parsing_notes)
|
||||
{
|
||||
char *del = strchr(line_content, ':');
|
||||
char *val = del + 1;
|
||||
char *val = del ? del + 1 : NULL;
|
||||
if (del && strlen(del) >= 1)
|
||||
{
|
||||
while (*val && isspace(*val))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue