mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r2858] ./hdf5/bin/trace
* 2000-11-10 Robb Matzke <matzke@llnl.gov> Changed `unknown type' error message to `untraceable type' so as to be more precise and less alarming.
This commit is contained in:
parent
290fdd6d3d
commit
ab3a1ae1df
@ -119,7 +119,7 @@ sub argstring ($$$) {
|
||||
--$ptr;
|
||||
$tstr = $TypeString{"$atype*"};
|
||||
} elsif (!exists $TypeString{$atype}) {
|
||||
errmesg $file, $func, "unknown type \`$atype", '*'x$ptr, "\'";
|
||||
errmesg $file, $func, "untraceable type \`$atype", '*'x$ptr, "\'";
|
||||
} else {
|
||||
$tstr = $TypeString{$atype};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user