document MwStringPrintIntoBuffer slightly better
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
35d2b4bb76
commit
32842ca160
11 changed files with 18 additions and 17 deletions
|
|
@ -82,7 +82,7 @@ static void activate(MwWidget handle, void* client, void* user) {
|
|||
v = fv / sv;
|
||||
}
|
||||
|
||||
MwPrintIntoBuffer(buf, 256, "%g", v);
|
||||
MwStringPrintIntoBuffer(buf, 256, "%g", v);
|
||||
|
||||
MwVaApply(inp,
|
||||
MwNtext, buf,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue