mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[svn-r14279] bug fix: when it's not possible to compare attributes due to different lenght in its type, make the options be flaged with the "not comparable" flag
tested: windows, linux
This commit is contained in:
parent
3aa3af4fb6
commit
3c4b177198
@ -176,6 +176,8 @@ hsize_t diff_attr(hid_t loc1_id,
|
||||
if (options->m_verbose)
|
||||
printf("Comparison not possible: different string sizes for attribute <%s>\n",
|
||||
name1);
|
||||
|
||||
options->not_cmp=1;
|
||||
continue;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user