]> granicus.if.org Git - neomutt/commitdiff
patch-1.3.27.me.initsort.1
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 11 Feb 2002 09:58:46 +0000 (09:58 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 11 Feb 2002 09:58:46 +0000 (09:58 +0000)
init.c

diff --git a/init.c b/init.c
index 4e654b6587bd9216c5c9b0fa2696d7c187f94de8..2c3dd53f70843fc09563dd12f51657e35ee61bdf 100644 (file)
--- a/init.c
+++ b/init.c
@@ -1206,7 +1206,10 @@ static int parse_set (BUFFER *tmp, BUFFER *s, unsigned long data, BUFFER *err)
       mutt_extract_token (tmp, s , 0);
 
       if (parse_sort ((short *) MuttVars[idx].data, tmp->data, map, err) == -1)
+      {
+       r = -1;
        break;
+      }
     }
     else
     {