mirror of
https://github.com/textmate/textmate.git
synced 2026-01-15 01:38:02 -05:00
The recent move to 64 bit broke the (binary) protocol used between TextMate and the server for authenticated reads/writes (since size_t is now 64 bit). This fixes issue #354.