mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
Incase of an empty string CFStringGetBytes() returns 0 which we treated as an error. This caused empty strings to be turned into the NULL_STR placeholder.