diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-15 14:26:41 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-15 14:26:41 (GMT) |
commit | 435c8b2d7d58f361b8a74ff5bf8e53333b5f6878 (patch) | |
tree | 9daf721fad6cb812c9007d864fcb04e1bd522f96 /tools/h5dump | |
parent | fabb5167ba3afb1f32784d274df67f8b6195e5ea (diff) | |
download | hdf5-435c8b2d7d58f361b8a74ff5bf8e53333b5f6878.zip hdf5-435c8b2d7d58f361b8a74ff5bf8e53333b5f6878.tar.gz hdf5-435c8b2d7d58f361b8a74ff5bf8e53333b5f6878.tar.bz2 |
[svn-r8688] Purpose:
h5dump new feature
Description:
add processing of tab characters (in the context of the new option process CR/LF)
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/h5dumpgentest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/h5dumpgentest.c b/tools/h5dump/h5dumpgentest.c index 75c5bd1..f540c25 100644 --- a/tools/h5dump/h5dumpgentest.c +++ b/tools/h5dump/h5dumpgentest.c @@ -4475,7 +4475,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]; |