]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/liborte/RTPSUtils.c
orte 0.3.2 release
[orte.git] / orte / liborte / RTPSUtils.c
index 8634723026e9cb9b17cede0a5f3207eb92ae8e07..d214640748ba6038f3b6ad4a303882cded9eee85 100644 (file)
@@ -59,6 +59,6 @@ gavl_cmp_guid(const GUID_RTPS *a, const GUID_RTPS *b) {
 /**********************************************************************************/
 int 
 gavl_cmp_str(const char *const *a,const char *const *b) {
-  return strcmp(*a,*b);
+  return strcmp((const char *)*a, (const char*)*b);
 }