Skip to content

Commit

Permalink
Fix intermittent crash with -s option. (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Corry authored Jan 17, 2024
1 parent b28b602 commit 93cb17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ int main(int argc, char **argv) {
char* bundle_filename = null;

int source_path_count = 0;
const char* source_path;
const char* source_path = null;
// By default source_paths just points to the single source path.
// For the multi-case (when we analyze), we will switch the pointer
// to the argv array.
Expand Down

0 comments on commit 93cb17f

Please sign in to comment.