Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4555 → Rev 4556

/trunk/uspace/lib/libc/generic/io/printf_core.c
301,9 → 301,6
if (str == NULL)
return printf_putstr(nullstr, ps);
if (*str == U_BOM)
str++;
/* Print leading spaces. */
size_t strw = wstr_length(str);
if (precision == 0)