summaryrefslogtreecommitdiffstats
path: root/save-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'save-xml.c')
-rw-r--r--save-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/save-xml.c b/save-xml.c
index 0685c9fd1..a23fb10a3 100644
--- a/save-xml.c
+++ b/save-xml.c
@@ -366,7 +366,7 @@ static void save_sample(FILE *f, struct sample *sample, struct sample *old)
}
if (sample->po2 != old->po2) {
- fprintf(f, " po2='%u.%2u bar'", FRACTION(sample->po2, 1000));
+ show_milli(f, " po2='", sample->po2, " bar", "'");
old->po2 = sample->po2;
}
fprintf(f, " />\n");