(pop_msg): make format const
authorLove Hörnquist Åstrand <lha@kth.se>
Sun, 26 Oct 2008 18:21:33 +0000 (18:21 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Sun, 26 Oct 2008 18:21:33 +0000 (18:21 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23961 ec53bebd-3082-4978-b11e-865c3cabbd6b

appl/popper/pop_msg.c

index e30afb6578ab48801d2552bae0d1b5d41fd163a4..a197a41db705ace3ca13a61ce4d42d5aa9dd8bfe 100644 (file)
@@ -12,7 +12,7 @@ RCSID("$Id$");
  */
 
 int
-pop_msg(POP *p, int stat, char *format, ...)
+pop_msg(POP *p, int stat, const char *format, ...)
 {
     char              *mp;
     char                message[MAXLINELEN];