mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04: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.