Extending when attributes are copied.

This commit is contained in:
Ward Fisher 2016-06-14 10:29:14 -06:00
parent 13b088f49f
commit a499bf1ed8

View File

@ -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;
}
}