Try to include wxWidgets .mo files in the Windows installer.
[dcpomatic.git] / src / lib / server_finder.cc
index ed6016c6723f51e1be2f028b67fc952fda482978..65e0940a0a11aab9469f32247a0a58ba36e11ba3 100644 (file)
@@ -103,7 +103,7 @@ void
 ServerFinder::listen_thread ()
 try
 {
-       while (1) {
+       while (true) {
                shared_ptr<Socket> sock (new Socket (60));
 
                try {