mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
fix type mismatch anywhere int != int32 (Vorne)
This commit is contained in:
parent
f8d8d524cf
commit
6ebd0bc7a6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ typedef int int32_t;
|
|||
|
||||
#endif /* HAVE_CONFIG_H */
|
||||
|
||||
int utf8_encode(int codepoint, char *buffer, size_t *size);
|
||||
int utf8_encode(int32_t codepoint, char *buffer, size_t *size);
|
||||
|
||||
size_t utf8_check_first(char byte);
|
||||
size_t utf8_check_full(const char *buffer, size_t size, int32_t *codepoint);
|
||||
|
|
Loading…
Add table
Reference in a new issue