Skip to content

Commit

Permalink
v.patch: Continuous cats with -e (OSGeo#3508)
Browse files Browse the repository at this point in the history
* v.patch: Continuous cats with -e

* Copyright year
  • Loading branch information
HuidaeCho authored Mar 17, 2024
1 parent 827f988 commit 8130144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vector/v.patch/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Markus Neteler <neteler itc.it>,
* Martin Landa <landa.martin gmail.com> (bbox)
* PURPOSE:
* COPYRIGHT: (C) 2002-2006 by the GRASS Development Team
* COPYRIGHT: (C) 2002-2024 by the GRASS Development Team
*
* This program is free software under the GNU General Public
* License (>=v2). Read the file COPYING that comes with GRASS
Expand Down Expand Up @@ -416,7 +416,7 @@ int main(int argc, char *argv[])
Vect_copy_head_data(&InMap, &OutMap);

if (do_table) {
add_cat = maxcat + 1;
add_cat = maxcat;
}
else {
add_cat = 0;
Expand Down

0 comments on commit 8130144

Please sign in to comment.