mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +03:00
fix macoxisim
This commit is contained in:
parent
b5a261e321
commit
309c5e261a
|
@ -71,8 +71,8 @@ int export_named_type(struct ArrowSchema* schema,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
strlcpy(formatp, format, format_len);
|
strncpy(formatp, format, format_len);
|
||||||
strlcpy(namep, name, name_len);
|
strncpy(namep, name, name_len);
|
||||||
|
|
||||||
*schema = (struct ArrowSchema) {
|
*schema = (struct ArrowSchema) {
|
||||||
// Type description
|
// Type description
|
||||||
|
|
Loading…
Reference in New Issue
Block a user