Fixing bug

This commit is contained in:
Michael Tryby
2019-04-11 14:31:21 -04:00
parent 57a5f6f1b0
commit a81a8f4b96

View File

@@ -97,7 +97,7 @@ struct FixtureStrings{
char *name;
for (int i = 0; i < numNames; i++) {
name = _strdup(names[i]);
name = strdup(names[i]);
append_list(list, &name);
}
}