dbus should work on netbsd now
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
c88dc48817
commit
79efc31c55
13 changed files with 50 additions and 25 deletions
|
|
@ -52,7 +52,7 @@ void MwStringPrintIntoBuffer(char* out, MwU32 size, const char* fmt, ...) {
|
|||
|
||||
MWDECL MwBool MwStringIsKeyUTF8(MwU32 key) {
|
||||
unsigned char bytes[4];
|
||||
int i;
|
||||
int i;
|
||||
bytes[0] = (key & 0x000000FF);
|
||||
bytes[1] = (key & 0x0000FF00) >> 8;
|
||||
bytes[2] = (key & 0x00FF0000) >> 16;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue