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