summaryrefslogtreecommitdiffstats
path: root/ucad.c
diff options
context:
space:
mode:
Diffstat (limited to 'ucad.c')
-rw-r--r--ucad.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ucad.c b/ucad.c
index 6545b23..e56ee42 100644
--- a/ucad.c
+++ b/ucad.c
@@ -141,6 +141,9 @@ serialize_param_spec (GParamSpec *pspec, UcaNetMessageProperty *prop)
strncpy (prop->spec.genum.value_names[i], enum_class->values[i].value_name,
UCA_NET_MAX_ENUM_NAME_LENGTH);
+
+ strncpy (prop->spec.genum.value_nicks[i], enum_class->values[i].value_nick,
+ UCA_NET_MAX_ENUM_NAME_LENGTH);
}
return;