Re: Enchant whitespace with set_ordering and language tag

From: Eric Albright <eric_albright_at_sil.org>
Date: Tue Oct 23 2007 - 06:08:11 CEST

Dominic Lachowicz wrote:
> It's my laziness. Patches welcomed.
>
See attached.

Eric

Index: enchant.c
===================================================================
--- enchant.c (revision 22176)
+++ enchant.c (working copy)
@@ -989,7 +989,7 @@
                 {
                         for (i = 0; tokens[i]; i++)
                                 {
- token = tokens[i];
+ token = g_strstrip(tokens[i]);
                                         
                                         for (iter = broker->provider_list; iter != NULL; iter = g_slist_next (iter))
                                                 {
Received on Tue Oct 23 06:10:16 2007

This archive was generated by hypermail 2.1.8 : Tue Oct 23 2007 - 06:10:16 CEST