Skip to content

Commit

Permalink
Use underscore id for amalgamated source files
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Jul 17, 2020
1 parent cf8dd11 commit b46ee56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/amalgamate/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ void generate(
bake_project *project_obj)
{
ut_rb files_parsed = ut_rb_new(compare_string, NULL);
const char *project = project_obj->id;
const char *project = project_obj->id_underscore;
char *project_upper = ut_strdup(project_obj->id_underscore);
strupper(project_upper);

Expand Down

0 comments on commit b46ee56

Please sign in to comment.