Small coding style correction.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28320 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -393,7 +393,7 @@ Keymap::GetChars(uint32 keyCode, uint32 modifiers, uint8 activeDeadKey,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
strncpy(*chars, &(fChars[offset+1]), *numBytes );
|
strncpy(*chars, &(fChars[offset + 1]), *numBytes );
|
||||||
(*chars)[*numBytes] = 0;
|
(*chars)[*numBytes] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user