1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

break the build so svn users won't corrupt their fastresume files

This commit is contained in:
Charles Kerr 2007-10-13 04:11:11 +00:00
parent 0000a96f78
commit 6179809146

View file

@ -110,6 +110,7 @@ tr_handle * tr_init( const char * tag )
tr_handle * h;
int i;
ccc
#ifndef WIN32
/* Don't exit when writing on a broken socket */
signal( SIGPIPE, SIG_IGN );