X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=profile.c;h=3ad11c0d0e97e4273f150ec5190a6ec42753105b;hb=03eb488dd238bcec4b4758eab4559b3c40e6435c;hp=97ea9077d480f871436e89940838f962f72a1d3e;hpb=0c0ec7e4f60d9678c3950757ccb8f791f10d033c;p=ext%2Fsubsurface.git diff --git a/profile.c b/profile.c index 97ea907..3ad11c0 100644 --- a/profile.c +++ b/profile.c @@ -498,7 +498,7 @@ static void plot_depth_profile(struct graphics_context *gc, struct plot_info *pi if (maxtime < 600) { /* Be a bit more verbose with shorter dives */ for (i = incr; i < maxtime; i += incr) - plot_text(gc, &tro, i, 1, "%d:%d", i/60, i%60); + plot_text(gc, &tro, i, 1, "%02d:%02d", i/60, i%60); } else { /* Only render the time on every second marker for normal dives */ for (i = incr; i < maxtime; i += 2 * incr)