Diff between e0fd407fb96310278708dbe0708f5127fa5a315f and 5764d8bfdb29527cd320cf1f946808dd26527d45

Changed Files

File Additions Deletions Status
mesh/node.c +1 -1 modified

Full Patch

diff --git a/mesh/node.c b/mesh/node.c
index 67e0dd0..ad94d88 100644
--- a/mesh/node.c
+++ b/mesh/node.c
@@ -1183,7 +1183,7 @@ static bool get_element_properties(struct mesh_node *node, const char *path,
 
 	while (l_dbus_message_iter_next_entry(properties, &key, &var)) {
 		if (!strcmp(key, "Location")) {
-			uint8_t loc;
+			uint16_t loc;
 
 			l_dbus_message_iter_get_variant(&var, "q", &loc);