fixed a bug in libspnav which made it impossible to close and reopen the

connection to spacenavd. Reported by Andreas Hermann.



git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@147 ef983eb1-d774-4af8-acfd-baaf7b16a646
pull/2/head
John Tsiombikas 2012-07-04 13:11:20 +00:00
rodzic e872ed667a
commit 43582acff0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -147,7 +147,7 @@ int spnav_close(void)
}
close(sock);
sock = 0;
sock = -1;
return 0;
}