chiark / gitweb /
Work around non-compliant sprintf().
authorFranklin Wei <me@fwei.tk>
Fri, 28 Apr 2017 23:48:36 +0000 (19:48 -0400)
committerSimon Tatham <anakin@pobox.com>
Sun, 30 Apr 2017 17:32:36 +0000 (18:32 +0100)
commitcefb84c2dbec914dc2733f776bb39d9055034c92
tree7cf851cc64c9a9d9608c2a8fccd5dec899a41b44
parent2d333750272c3967cfd5cd3677572cddeaad5932
Work around non-compliant sprintf().

Rockbox's sprintf() lacks the ability to left-justify a string. Fixed
by adding a copy_left_justfied() function to misc.c.

This is a new version of this commit, as the previous version broke
saving!
midend.c
misc.c
puzzles.h