crt: Don't print a leading '+' for format strings like "%+u" For unsigned print formats like %u, %o and %x, don't print a leading plus. It wasn't printed for %+o and %+x, but %+u did print one. Signed-off-by: Martin Storsjö <martin@martin.st>