Skip to content

Commit

Permalink
Updated default separator to space
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey White committed Apr 5, 2024
1 parent db0252e commit 6c18a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions general/g.mapsets/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Huidae Cho <grass4u gmail.com>,
* Corey White <smortopahri gmail.com>
* PURPOSE: set current mapset path
* COPYRIGHT: (C) 1994-2009, 2012-2022 by the GRASS Development Team
* COPYRIGHT: (C) 1994-2009, 2012-2024 by the GRASS Development Team
*
* This program is free software under the GNU General
* Public License (>=v2). Read the file COPYING that
Expand Down Expand Up @@ -179,7 +179,7 @@ int main(int argc, char *argv[])
else {
/* A different separator is needed to for each format and output. */
if (format == PLAIN) {
fsep = G_store("|");
fsep = G_store("space");
}
else
fsep = NULL; /* Something like a separator is part of the format. */
Expand Down

0 comments on commit 6c18a50

Please sign in to comment.