summaryrefslogtreecommitdiff
path: root/lib/command_graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command_graph.h')
-rw-r--r--lib/command_graph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/command_graph.h b/lib/command_graph.h
index ce458d0b29..e57c078688 100644
--- a/lib/command_graph.h
+++ b/lib/command_graph.h
@@ -32,8 +32,8 @@ struct graph_node
/* various data fields for nodes */
char* text; // for WORD_GN and VARIABLE_GN
- int value; // for NUMBER_GN
- int min, max; // for RANGE_GN
+ long value; // for NUMBER_GN
+ long min, max; // for RANGE_GN
};
/*