Open CJPczk opened 2 years ago
Running: ./run-me.sh results in: error 'FALSE' undeclared (first use in this function)
Fixed by editing the file: json_utils.c
and adding:
Running: ./run-me.sh results in: error 'FALSE' undeclared (first use in this function)
Fixed by editing the file: json_utils.c
and adding:
define TRUE 1
define FALSE 0