--- a/pm_test/sysex.c	2009-09-16 18:54:04.000000000 +0200
+++ b/pm_test/sysex.c	2009-10-30 13:33:43.000000000 +0100
@@ -317,7 +317,7 @@
     /* Important: start PortTime first -- if it is not started first, it will
        be started by PortMidi, and then our attempt to open again will fail */
     receive_poll_running = false;
-    if (err = Pt_Start(1, receive_poll, 0)) {
+    if ((err = Pt_Start(1, receive_poll, 0))) {
         printf("PortTime error code: %d\n", err);
         goto cleanup;
     }

