From 5742d7fa04389df95f6c260fc13cda45e6e4bc5f Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Fri, 21 May 1999 15:05:19 -0500 Subject: [svn-r1271] h5tools.c: fixed a typo of pointer comparing with char. h5tools.h: Removed ^M from the file. SGI does not like them. --- tools/h5tools.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/h5tools.c b/tools/h5tools.c index 8bf7287..6d446ea 100644 --- a/tools/h5tools.c +++ b/tools/h5tools.c @@ -509,7 +509,7 @@ h5dump_sprint(h5dump_str_t *str/*in,out*/, const h5dump_t *info, } else if (H5T_STRING==H5Tget_class(type)) { size = H5Tget_size(type); quote = '\0'; - if (str->s == '"') { + if (*(str->s) == '"') { quote = 'a'; } for (i=0; i