[svn-r16073] For scalar string datasets print the character position when a difference is found instead of a non-existing array position

Tested: windows, linux
This commit is contained in:
Pedro Vicente Nunes
2008-11-13 11:45:08 -05:00
parent c9300fbde0
commit 0426a9ff06
2 changed files with 3 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
#include "h5tools.h"
#include <sys/timeb.h>
#include <time.h>
@@ -5695,4 +5696,4 @@ static void h5diff_print_char(char ch)
break;
}
}
}