summaryrefslogtreecommitdiffstats
path: root/libdm/libdm-report.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-06-06 19:07:47 +0000
committerAlasdair Kergon <agk@redhat.com>2008-06-06 19:07:47 +0000
commit9df5c6e987b67bb62374324c1348483af311513f (patch)
treec74735fe131a4964dce3cf5e037eecf6df3e030f /libdm/libdm-report.c
parent0f4355d5181e714adcb96d7687a4f476b4561ff3 (diff)
downloadlvm2-9df5c6e987b67bb62374324c1348483af311513f.tar.gz
lvm2-9df5c6e987b67bb62374324c1348483af311513f.tar.xz
lvm2-9df5c6e987b67bb62374324c1348483af311513f.zip
switch to single quotes rather than double for nameprefixes
Diffstat (limited to 'libdm/libdm-report.c')
-rw-r--r--libdm/libdm-report.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdm/libdm-report.c b/libdm/libdm-report.c
index f5758b63..d6ae27db 100644
--- a/libdm/libdm-report.c
+++ b/libdm/libdm-report.c
@@ -845,7 +845,7 @@ int dm_report_output(struct dm_report *rh)
free(field_id);
- if (!dm_pool_grow_object(rh->mem, "=\"", 2)) {
+ if (!dm_pool_grow_object(rh->mem, "=\'", 2)) {
log_error("dm_report: Unable to extend output line");
goto bad;
}
@@ -886,7 +886,7 @@ int dm_report_output(struct dm_report *rh)
}
if (rh->flags & DM_REPORT_OUTPUT_FIELD_NAME_PREFIX)
- if (!dm_pool_grow_object(rh->mem, "\"", 1)) {
+ if (!dm_pool_grow_object(rh->mem, "\'", 1)) {
log_error("dm_report: Unable to extend output line");
goto bad;
}