clixon_util_path did not sort XML properly

This commit is contained in:
Olof hagsand 2020-02-08 17:00:47 +01:00
parent a674af6f2c
commit 5831c053fa
6 changed files with 24 additions and 10 deletions

View file

@ -696,8 +696,8 @@ clixon_trim(char *str)
* @param[in] s1 String 1
* @param[in] s2 String 2
* @retval 0 Equal
* @retval -1 Not equal
* @retval 1 Not equal
* @retval <0 s1 is less than s2
* @retval >0 s1 is greater than s2
*/
int
clicon_strcmp(char *s1,