We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98342ef commit 8327bc6Copy full SHA for 8327bc6
1 file changed
tests/random_op.c
@@ -139,6 +139,7 @@ static void history_append(
139
history->next = new_history;
140
history = new_history;
141
history->next = NULL;
142
+ history->count = 0;
143
*phistory = history;
144
}
145
const struct operation_s operation = { operation_type, value };
0 commit comments