summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-06-15 14:37:04 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-06-15 14:37:04 (GMT)
commit33a566ea9bdcdbd97dd5df5c8fb7d8ed418246a9 (patch)
treed22a9dc1368b64bb9554389b3fe522103c97078c /tools/h5dump
parentd66de6e699fbd5176ce7e4142e1e2a1f6d83af3a (diff)
downloadhdf5-33a566ea9bdcdbd97dd5df5c8fb7d8ed418246a9.zip
hdf5-33a566ea9bdcdbd97dd5df5c8fb7d8ed418246a9.tar.gz
hdf5-33a566ea9bdcdbd97dd5df5c8fb7d8ed418246a9.tar.bz2
[svn-r8689] Purpose:
h5dump new feature Description: add processing of tab characters (in the context of the new CR/LF option ) Solution: Platforms tested: linux solaris AIX Misc. update:
Diffstat (limited to 'tools/h5dump')
-rw-r--r--tools/h5dump/h5dumpgentest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/h5dumpgentest.c b/tools/h5dump/h5dumpgentest.c
index 4cee24b..60393da 100644
--- a/tools/h5dump/h5dumpgentest.c
+++ b/tools/h5dump/h5dumpgentest.c
@@ -4462,7 +4462,7 @@ static void gent_filters()
hsize_t dims2[1]={2};
hvl_t buf2[2];
hsize_t dims3[1]={1};
- char buf3[]={"this is\n a string with three\n newline\n escape characters"};
+ char buf3[]={"this is\n a string \twith three\n newline\n escape \tcharacters"};
hsize_t dims4[1]={6};
char buf4[6]={"abcdef"};
hobj_ref_t buf5[5];