chiark / gitweb /
The Debian install scripts now uses the current locale's encoding as
[disorder] / server / server.c
index e8e6a68668f1ede6b36df54c01b55a275093bdef..5df2d330a611c1b42e8f2c756177cad9fd10624a 100644 (file)
@@ -1567,7 +1567,7 @@ static int c_schedule_add(struct conn *c,
                          char **vec,
                          int nvec) {
   struct kvp *actiondata = 0;
-  char *id;
+  const char *id;
 
   /* Standard fields */
   kvp_set(&actiondata, "who", c->who);