mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-31 11:51:40 +03:00
fix macoxisim
This commit is contained in:
parent
6ec855e0b7
commit
e1ef083f60
|
@ -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