Skip to content

Commit 4ac1fad

Browse files
committed
pdfrenderer: Replace snprintf by std::stringstream
Using std::stringstream allows conversion of float to string independent of the current locale setting. Some snprintf statements are not needed at all because a constant string can be appended directly. Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 07d5365 commit 4ac1fad

File tree

1 file changed

+189
-279
lines changed

1 file changed

+189
-279
lines changed

0 commit comments

Comments
 (0)