Branch: Tag:

2014-10-05

2014-10-05 21:12:29 by Martin Nilsson <nilsson@opera.com>

Removed compat flags from sprintf and sscanf.

3209:    struct Buffer_struct *str = THIS;    if(!str->str.s)    init_string_builder_alloc(&str->str, str->initial, 0); -  low_f_sprintf(args, 0, &str->str); +  low_f_sprintf(args, &str->str);    RETURN str->str.s->len;    }