oops
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-30 22:56:37 +09:00
commit d3bb57757c
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ char* MwUTF8ToACP(const char* input) {
free(wout);
return MwStringDuplicate(input);
}
wout[len] = 0
wout[len] = 0;
len = WideCharToMultiByte(CP_ACP, 0, wout, len, mbout, mbbytes, 0, 0);
if(len == 0) {

View file

@ -1,7 +1,7 @@
#include <Mw/Milsko.h>
#define TitleHeight 20
#define ButtonSize 18
#define ButtonSize 14
static void resize(MwWidget handle){
MwSubWindow sw = handle->internal;