From 0602d943a3f435e3a091262d4177b842a41fd530 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 12 Nov 2007 16:13:18 +0000 Subject: [PATCH] * small fix for doc building pmo-trunk-r3714 --- src/modest-text-utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modest-text-utils.h b/src/modest-text-utils.h index 13e6e1b..4077bab 100644 --- a/src/modest-text-utils.h +++ b/src/modest-text-utils.h @@ -213,8 +213,8 @@ size_t modest_text_utils_strftime(char *s, size_t max, const char *fmt, time_t * @address: original address (UTF8 string) * * make a 'display address' from an address: - * "Foo Bar " --> "Foo Bar" - * ie. removes "<...>" parts + * "Foo Bar <foo@bar.cx>" --> "Foo Bar" + * ie. removes "<...>" parts * the change is in-place; removes leading whitespace * * NOTE: for optimization reasons, this function changes @address -- 1.7.9.5