chiark / gitweb /
keys/tripe-keys.in, keys/tripe-keys.conf.5.in: Allow setting attributes.
[tripe] / common / util.c
index 78358b31c2c42ed5645c38af7e69b33da80bcb23..3de554d72a35d1530f09bc86b7af0b54604ac79f 100644 (file)
@@ -70,6 +70,7 @@ void u_quotify(dstr *d, const char *p)
     }
     dstr_putc(d, '\"');
   }
+  dstr_putz(d);
 }
 
 /* --- @u_getuser@ --- *