Skip to content

Commit

Permalink
v.patch: fix #1488 (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
metzm committed Mar 31, 2021
1 parent 908badc commit d6a1ec5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vector/v.patch/main.c
Expand Up @@ -211,6 +211,9 @@ int main(int argc, char *argv[])
}
db_close_database_shutdown_driver(driver_in);
}
else {
G_fatal_error(_("Missing attribute table for vector map <%s>"), in_name);
}

/* Get the output table structure */
if (i == 0 ) {
Expand Down

0 comments on commit d6a1ec5

Please sign in to comment.