1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-03 18:25:35 +00:00
This commit is contained in:
Charles Kerr 2007-07-10 19:49:28 +00:00
parent 5455df4373
commit cac037629d

View file

@ -273,7 +273,7 @@ msg_default ( enum ipc_msg msgid, benc_val_t * val, int64_t tag, void * arg );
_controller = controller;
_buf = [[NSMutableData alloc] init];
buf = ipc_mkvers( &size, "Transmission MacOS X " VERSION_STRING );
buf = ipc_mkvers( &size, "Transmission MacOS X " LONG_VERSION_STRING );
if( NULL == _ipc || nil == _buf || NULL == buf ||
![self sendresp: buf size: size] )
{