X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fuseredit.c;h=05cab0d453ac7e394e56cd17e3bf716e39c66cc8;hb=a34ab2fe2c99fda491eb8ae91371774a32c2612e;hp=80371dc9f4e9ef6a368192a3158b0f1aa8873e26;hpb=039ccdbb1a9d4124f6c1a03c29cbdd4536112019;p=citadel.git diff --git a/webcit/useredit.c b/webcit/useredit.c index 80371dc9f..05cab0d45 100644 --- a/webcit/useredit.c +++ b/webcit/useredit.c @@ -800,7 +800,7 @@ void edituser(void) { } /* Remove any naughty inappropriate whitespace */ - striplt(all_the_emails); + string_trim(all_the_emails); while (pos = strstr(all_the_emails, "\n,"), (pos != NULL)) { strcpy(pos, pos+1); }