git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1041 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -96,7 +96,7 @@ char *getSaNameT (SaNameT *name)
}
return (ret_name);
#endif
- return name->value;
+ return ((char *)name->value);
char *strstr_rs (const char *haystack, const char *needle)