MwStringPrintIntoBuffer
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoI_xD 2026-03-30 11:14:33 -07:00
commit 35d2b4bb76
21 changed files with 233 additions and 331 deletions

View file

@ -82,7 +82,7 @@ static void activate(MwWidget handle, void* client, void* user) {
v = fv / sv;
}
sprintf(buf, "%g", v);
MwPrintIntoBuffer(buf, 256, "%g", v);
MwVaApply(inp,
MwNtext, buf,