mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Extending when attributes are copied.
This commit is contained in:
parent
13b088f49f
commit
a499bf1ed8
@ -2186,6 +2186,7 @@ write_var(NC_VAR_INFO_T *var, NC_GRP_INFO_T *grp, nc_bool_t write_dimid)
|
||||
{
|
||||
/* Indicate that the variable already exists, and should be replaced */
|
||||
replace_existing_var = NC_TRUE;
|
||||
flag_atts_dirty(&var->att);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user