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 46bcec0a1..64d654711 100644
--- a/save-xml.c
+++ b/save-xml.c
@@ -143,7 +143,7 @@ static void save_cylinder_info(FILE *f, struct dive *dive)
if (volume)
fprintf(f, " size='%u.%03u l'", FRACTION(volume, 1000));
if (description)
- fprintf(f, " name='%s'", description);
+ fprintf(f, " description='%s'", description);
fprintf(f, " />\n");
}
}