Skip to content

Commit

Permalink
flatgeobuf: add missing error name for MS_FGBERR
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Pazderski authored and github-actions[bot] committed Mar 7, 2024
1 parent d1c57dd commit ad51185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maperror.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ static char *const ms_errorCodes[MS_NUMERRORCODES] = {
"OpenGL renderer error.",
"Renderer error.",
"V8 engine error.",
"OCG API error."};
"OCG API error.",
"Flatgeobuf error."};

#ifndef USE_THREAD

Expand Down

0 comments on commit ad51185

Please sign in to comment.