# HG changeset patch # User Chris Cannam # Date 1401194005 -3600 # Tue May 27 13:33:25 2014 +0100 # Branch wmx # Node ID 1daa55d2fd2da212e6dc79b763649767e8810f79 # Parent d5610dbe199ce61a394863562a97d8c05a819746 Fix another warning diff --git a/Config.C b/Config.C --- a/Config.C +++ b/Config.C @@ -192,7 +192,7 @@ if (*s != '\0') { fprintf(stderr, "\nwmx: Dynamic configuration error: " - "`%s' @ position %d", s, string - s); + "`%s' @ position %d", s, (int)(string - s)); } } while ((s = strtok(NULL, "/")));