1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 19:42:04 +02:00

unify editorial comments

This commit is contained in:
B. Petersen 2018-04-16 20:39:56 +02:00
parent e7f87c9cb2
commit fe126f9628
5 changed files with 14 additions and 8 deletions

View file

@ -288,7 +288,7 @@ void stress_functions(mrmailbox_t* mailbox)
str = strdup("this is a little test string");
mr_truncate_str(str, 16);
assert( strcmp(str, "this is a " MR_ELLIPSE_STR)==0 );
assert( strcmp(str, "this is a " MR_EDITORIAL_ELLIPSE)==0 );
free(str);
str = strdup("1234");