1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* trustdb.c (init_trustdb, get_validity): Don't use a changed trust model

to indicate a dirty trustdb, and never auto-rebuild a dirty trustdb with
the "always" trust model.

* g10.c (add_group): Last commit missed the \t ;)
This commit is contained in:
David Shaw 2003-01-15 17:07:54 +00:00
parent 06ef613289
commit b7ea66ef37
3 changed files with 13 additions and 3 deletions

View file

@ -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);