]> granicus.if.org Git - sudo/commitdiff
remove an ANSI-ism that crept in
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 8 Aug 2007 20:07:33 +0000 (20:07 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 8 Aug 2007 20:07:33 +0000 (20:07 +0000)
logging.c

index 6d251f67b332fefee8a99604ee7551b55e5ca075..813fd647ed3e3101aefabafe913b653c73ce5425 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -131,8 +131,8 @@ do_syslog(pri, msg)
     size_t len, maxlen;
     char *p, *tmp, save;
     const char *fmt;
-    const char fmt_first[] = "%8s : %s";
-    const char fmt_contd[] = "%8s : (command continued) %s";
+    const char *fmt_first = "%8s : %s";
+    const char *fmt_contd = "%8s : (command continued) %s";
 
     /*
      * Log the full line, breaking into multiple syslog(3) calls if necessary