added const char * => char * typecast
authorDaniel Stenberg <daniel@haxx.se>
Tue, 14 Aug 2001 08:32:03 +0000 (08:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Aug 2001 08:32:03 +0000 (08:32 +0000)
lib/mprintf.c

index 9d44607..91f10fc 100644 (file)
@@ -864,7 +864,7 @@ static int dprintf_formatf(
            p->flags &= (~FLAGS_ALT);
          }
          else {
-           str = "";
+           str = (char *)"";
            len = 0;
          }
        }