aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index d845d84f1..07816a284 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -859,7 +859,7 @@ static void add_group(char *string)
}
/* Break apart the values */
- while ((value= strsep(&string," ")))
+ while ((value= strsep(&string," \t")))
{
if (*value)
add_to_strlist2 (&values,value,utf8_strings);