Skip to content

Commit

Permalink
SQUASH??? config.c:2523:34: error: Using plain integer as NULL pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Apr 30, 2021
1 parent ccb00b1 commit e6bc138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.c
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,7 @@ int repo_config_get_fsmonitor(struct repository *r)
{
if (!r->worktree) {
/* FSMonitor makes no sense in bare repositories */
core_fsmonitor = 0;
core_fsmonitor = NULL;
return 1;
}

Expand Down

0 comments on commit e6bc138

Please sign in to comment.