mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 02:06:18 +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;
|
||||
}
|
||||
|
||||
strlcpy(formatp, format, format_len);
|
||||
strlcpy(namep, name, name_len);
|
||||
strncpy(formatp, format, format_len);
|
||||
strncpy(namep, name, name_len);
|
||||
|
||||
*schema = (struct ArrowSchema) {
|
||||
// Type description
|
||||
|
|
Loading…
Reference in New Issue
Block a user