Skip to content

Commit

Permalink
Merge pull request #1885 from DennisHeimbigner/provenancefmt.dmh
Browse files Browse the repository at this point in the history
Remove trailing comma from _NCProperties attribute value.
  • Loading branch information
WardF authored Nov 17, 2020
2 parents 2409ab4 + d631656 commit 8279a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libhdf5/nc4info.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ NC4_provenance_init(void)
ncbytescat(buffer,printbuf);

#ifdef NCPROPERTIES_EXTRA
if(NCPROPERTIES_EXTRA != NULL && strlen(NCPROPERTIES_EXTRA) > 0)
{ const char* p;
/* Add any extra fields */
p = NCPROPERTIES_EXTRA;
Expand Down
1 change: 1 addition & 0 deletions libnczarr/zprov.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ NCZ_provenance_init(void)
#endif

#ifdef NCPROPERTIES_EXTRA
if(NCPROPERTIES_EXTRA != NULL && strlen(NCPROPERTIES_EXTRA) > 0)
{
/* Add any extra fields */
const char* p = NCPROPERTIES_EXTRA;
Expand Down

0 comments on commit 8279a07

Please sign in to comment.