mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-15 07:40:23 +08:00
HDFFV-10143 typo removed
This commit is contained in:
parent
0f9e09a65d
commit
fb6acd82a0
@ -831,7 +831,7 @@ test_filter_path_apis(void)
|
||||
if ((pathlen = H5PLget(H5PL_MAX_PATH_NUM - 1, pathname, 256)) <= 0)
|
||||
TEST_ERROR
|
||||
HDsprintf(tempname, "a_path_%d", H5PL_MAX_PATH_NUM - 1);
|
||||
if (strcmp(pathname, tempname") != 0) {
|
||||
if (strcmp(pathname, tempname) != 0) {
|
||||
HDfprintf(stderr," get %d: %s\n", H5PL_MAX_PATH_NUM - 1, pathname);
|
||||
TEST_ERROR
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user