Skip to content

Add a few missing const

Matthias Clasen requested to merge glyph-string-const-char into main

We should only pass char * when we actually modify the string. Everything else is const char *.

Merge request reports