Disabled overwriting of lang alt values.
This commit is contained in:
parent
d82216eed6
commit
052bf60816
@ -1433,7 +1433,8 @@ NormalizeLangArray ( XMP_Node * array )
|
||||
array->children[itemNum] = temp;
|
||||
}
|
||||
|
||||
if ( itemLim == 2 ) array->children[1]->value = array->children[0]->value;
|
||||
// 09-Oct-07, ahu: disabled to avoid unexpected behaviour
|
||||
// if ( itemLim == 2 ) array->children[1]->value = array->children[0]->value;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user