- Various fixes to make mountaingum work
This commit is contained in:
@@ -457,6 +457,9 @@ int compareHdbValue(hdbValue v1, hdbValue v2){
|
||||
}
|
||||
break;
|
||||
case HIPTEXT:
|
||||
if(v1.v.text == NULL || v2.v.text == NULL){
|
||||
return 0;
|
||||
}
|
||||
if(strcmp(v1.v.text,v2.v.text) == 0){
|
||||
return 1;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user