Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_trjconv.cpp
index 572ceb21986c8473dcce0c653ca30f31a22a340e..43deb7c96ecbfa0cbf05e1806afb7444fc9f5df3 100644 (file)
@@ -1850,7 +1850,7 @@ int gmx_trjconv(int argc, char *argv[])
                                 }
                                 if (frout.bStep)
                                 {
-                                    sprintf(stepstr, " step= %" GMX_PRId64, frout.step);
+                                    sprintf(stepstr, " step= %" PRId64, frout.step);
                                 }
                                 else
                                 {