Commit 5ebf4f5b authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

msvcrt: Write-strings warnings fix.

parent 71a69dd8
......@@ -431,7 +431,7 @@ static void pf_rebuild_format_string( char *p, pf_flags *flags )
static void pf_integer_conv( char *buf, pf_flags *flags, LONGLONG x )
{
unsigned int base;
char *digits;
const char *digits;
int i, j, k;
char tmp[40];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment