Fix for compiling with wiringPi

Sat, 19 Jan 2019 20:31:50 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 19 Jan 2019 20:31:50 +0100
changeset 573
479878d528f2
parent 572
0df7fcb36b76
child 574
362c4700937e

Fix for compiling with wiringPi

thermferm/devices.c file | annotate | diff | comparison | revisions
--- a/thermferm/devices.c	Sat Jan 19 20:12:56 2019 +0100
+++ b/thermferm/devices.c	Sat Jan 19 20:31:50 2019 +0100
@@ -561,7 +561,6 @@
 
 	    	ndev = (devices_list *)malloc(sizeof(devices_list));
 	    	ndev->next = NULL;
-	    	ndev->version = 1;
 	    	ndev->uuid = malloc(37);
 	    	uuid_generate(uu);
 	    	uuid_unparse(uu, ndev->uuid);

mercurial