Re: [evolution-patches] Fix for bug 72145 (groupwise provider)
- From: Not Zed <notzed ximian com>
- To: sparthasarathi novell com
- Cc: evolution-patches lists ximian com
- Subject: Re: [evolution-patches] Fix for bug 72145 (groupwise provider)
- Date: Fri, 11 Mar 2005 16:12:31 +0800
Partha,
You need to supply a formatting string to prinf() functions, it doesn't just automatically concatenate the strings.
e.g. g_string_append_printf(str, "%s <%s>", org->display_name, org->email);
Looks ok otherwise - i'm not sure if someone else the groupwise team needs to review this final patch now though or not.
Thanks,
Michael
On Fri, 2005-03-11 at 11:39 +0530, Parthasarathi Susarla wrote:
g_string_append_printf (str, org->display_name,
+ "<", org->email,">");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]