while (1) -> while (true)
[dcpomatic.git] / test / job_test.cc
index 4d32b1e0ccf8692497f5be9778b594d2485b98d2..a77bc949ce123e7e851ea23d038315039476b1a9 100644 (file)
@@ -44,7 +44,7 @@ public:
 
        void run ()
        {
-               while (1) {
+               while (true) {
                        if (finished ()) {
                                return;
                        }