Skip to content

Commit

Permalink
Update imagery/i.ortho.photo/lib/find_init.c
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ShubhamDesai and github-actions[bot] authored Sep 25, 2024
1 parent 5c9af65 commit 3beeca9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imagery/i.ortho.photo/lib/find_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ int I_find_initial(char *group)

element = (char *)G_malloc(80 * sizeof(char));


sprintf(element, "group/%s", group);
file_exists = G_find_file(element, "INIT_EXP", G_mapset()) != NULL;
G_free(element);
Expand Down

0 comments on commit 3beeca9

Please sign in to comment.