Skip to content

Commit a6980cb

Browse files
author
Meghan Jones
authored
Set GMT_keyword_update to false in gmt_begin (#5178)
1 parent fd2b035 commit a6980cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gmt_init.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17616,6 +17616,8 @@ struct GMT_CTRL *gmt_begin (struct GMTAPI_CTRL *API, const char *session, unsign
1761617616
int local_count = 0;
1761717617
#endif
1761817618

17619+
gmt_M_memset (GMT_keyword_updated, GMT_N_KEYS, bool); /* Need to start with all set as false */
17620+
1761917621
#ifdef __FreeBSD__
1762017622
#ifdef _i386_
1762117623
/* allow divide by zero -- Inf */

0 commit comments

Comments
 (0)