Warn for type mismatch for gmx printf like functions 3/3
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / toputil.cpp
index 8a66e7bf73b79ed2217b1472e711e2630b459715..96a183e863eb8864db1d9d72eaf47e1d900670f9 100644 (file)
@@ -66,7 +66,7 @@ void set_p_string(t_param *p, const char *s)
         }
         else
         {
-            gmx_fatal(FARGS, "Increase MAXSLEN in the grompp code to at least %lu,"
+            gmx_fatal(FARGS, "Increase MAXSLEN in the grompp code to at least %zu,"
                       " or shorten your definition of bonds like %s to at most %d",
                       strlen(s)+1, s, MAXSLEN-1);
         }