Skip to content

Fix a g_ascii_formatd call

Matthias Clasen requested to merge fix-asciid-call into main

We were passing a format specifier that starts with ' ', which some implementations of that API don't like.

Fixes: #659 (closed)

Merge request reports