Unverified Commit df24cfda authored by Eberhard Beilharz's avatar Eberhard Beilharz
Browse files

chore(linux): Use correct format specifier for g_utf8_strlen

The package build on armhf failed because of the wrong format specifier
which expects a `size_t` instead of `glong` that `g_utf8_strlen` returns.
parent 4c53f18c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment