Skip to content

Commit

Permalink
message
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Vasudeo Desai committed Oct 11, 2024
1 parent b77a09d commit 1261d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagery/i.ortho.photo/lib/find_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ int I_find_initial(char *group)
return 0;

if (snprintf(element, GNAME_MAX, "group/%s", group) >= GNAME_MAX) {
G_warning(_("Group name <%s> truncated"), group);
G_warning(_("Group name <%s> is too long"), group);
return 0;
}

Expand Down

0 comments on commit 1261d70

Please sign in to comment.