* LVM2/lib/report properties.h
@ 2010-11-17 19:50 mornfall
0 siblings, 0 replies; only message in thread
From: mornfall @ 2010-11-17 19:50 UTC (permalink / raw)
To: lvm-devel
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: mornfall at sourceware.org 2010-11-17 19:50:15
Modified files:
lib/report : properties.h
Log message:
Make value.string const char *, in properties.h, to fix a warning introduced by
the previous patch set.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/report/properties.h.diff?cvsroot=lvm2&r1=1.6&r2=1.7
--- LVM2/lib/report/properties.h 2010/11/17 19:15:11 1.6
+++ LVM2/lib/report/properties.h 2010/11/17 19:50:15 1.7
@@ -26,7 +26,7 @@
unsigned is_string:1;
unsigned is_integer:1;
union {
- char *string;
+ const char *string;
uint64_t integer;
} value;
int (*get) (const void *obj, struct lvm_property_type *prop);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-17 19:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-17 19:50 LVM2/lib/report properties.h mornfall
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.