Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Vasudeo Desai committed Jan 22, 2025
1 parent 4f4207c commit cd954b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/vector/Vlib/open_ogr.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,7 @@ int Vect_open_fidx(struct Map_info *Map, struct Format_info_offset *offset)
fp.file = G_fopen_old(elem, GV_FIDX_ELEMENT, Map->mapset);
if (fp.file == NULL) {
const char *map_name = Vect_get_full_name(Map);
G_debug(1, "unable to open fidx file for vector map <%s>",
map_name);
G_debug(1, "unable to open fidx file for vector map <%s>", map_name);
G_free((void *)map_name);
return -1;
}
Expand Down

0 comments on commit cd954b3

Please sign in to comment.