cairo: Fix font scaling.
[pspp] / src / data / format.c
index a2cb1310624dc35b8b0f126a9cc909378047506c..1cf083d38f60ecbda65a22fdfb9712b99fda2ba3 100644 (file)
@@ -1009,8 +1009,8 @@ fmt_date_template (enum fmt_type type, int width)
       break;
 
     case FMT_TIME:
-      s1 = "H:MM";
-      s2 = "H:MM:SS";
+      s1 = "HH:MM";
+      s2 = "HH:MM:SS";
       break;
 
     case FMT_DTIME: