]> mj.ucw.cz Git - libucw.git/blobdiff - lib/ff-printf.c
Set `s' and `o' variables in configure.
[libucw.git] / lib / ff-printf.c
index 8825a2880437dff93a19e29b5e947d68b294a64b..0493092e6a0f4f57c482dee64f2f2abc0f43eb4d 100644 (file)
@@ -14,7 +14,7 @@
 #include <alloca.h>
 
 int
 #include <alloca.h>
 
 int
-vbprintf(struct fastbuf *b, char *msg, va_list args)
+vbprintf(struct fastbuf *b, const char *msg, va_list args)
 {
   byte *buf;
   int len, r;
 {
   byte *buf;
   int len, r;
@@ -58,7 +58,7 @@ vbprintf(struct fastbuf *b, char *msg, va_list args)
 }
 
 int
 }
 
 int
-bprintf(struct fastbuf *b, char *msg, ...)
+bprintf(struct fastbuf *b, const char *msg, ...)
 {
   va_list args;
   int res;
 {
   va_list args;
   int res;