Skip to content
Snippets Groups Projects
Commit b7ff6fe6 authored by burneykb's avatar burneykb
Browse files

small correction

parent cfba4748
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ int isNumber(char *number) {
int convert_to_id(struct backend_conn * conn, char **argv, struct convert_data * convert_data, int conversion_requirement) {
/* variables used to search for id values */
size_t num_nodes = 0, i;
size_t num_nodes = 0, i = 0;
struct frontend_node_data* search_data = NULL;
int search_1 = 0, search_2 = 0;
const struct graph_node_type * node_definition;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment