some const fixes and cleanup
[openssl.git] / crypto / bio / b_print.c
index 47b04396d76e24ea87b4be10e494f0e8ba2e6232..5a3ea8c3a539ce4eaaecdef68e1c08c96a3bd44c 100644 (file)
@@ -482,7 +482,7 @@ fmtint(
     int flags)
 {
     int signvalue = 0;
-    char *prefix = "";
+    const char *prefix = "";
     unsigned LLONG uvalue;
     char convert[DECIMAL_SIZE(value)+3];
     int place = 0;