[subset-cff] Access vector directly
This commit is contained in:
parent
7c86f2e763
commit
4792309265
|
@ -118,7 +118,7 @@ struct str_encoder_t
|
|||
set_error ();
|
||||
return;
|
||||
}
|
||||
memcpy (&buff[offset], &str[0], str.length);
|
||||
memcpy (&buff.arrayZ + offset, &str[0], str.length);
|
||||
}
|
||||
|
||||
bool is_error () const { return error; }
|
||||
|
|
Loading…
Reference in New Issue