[subset-cff] Fix previous commit

Oops!
This commit is contained in:
Behdad Esfahbod 2022-05-18 11:58:22 -06:00
parent 4792309265
commit 0b201623f5
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ struct str_encoder_t
set_error (); set_error ();
return; return;
} }
memcpy (&buff.arrayZ + offset, &str[0], str.length); memcpy (buff.arrayZ + offset, &str[0], str.length);
} }
bool is_error () const { return error; } bool is_error () const { return error; }