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

This commit is contained in:
Nishi 2026-04-04 00:35:01 +09:00
commit 55cb65be26
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 8 additions and 10 deletions

View file

@ -52,8 +52,8 @@ void MwStringPrintIntoBuffer(char* out, MwU32 size, const char* fmt, ...) {
MWDECL MwBool MwStringIsKeyUTF8(MwU32 key) {
unsigned char bytes[sizeof(MwU32)];
int i;
memcpy(bytes, &key, sizeof(MwU32));
int i = 0;
for(i = 0; i < sizeof(MwU32); i++) {
if(( // ASCII