Commits
Albert Cheng committed b6e694cb329
[svn-r25721] The return type of H5A_create was changed from hid_t to H5A_t * but the test was not changed (still doing H5A_create(...) < 0). Fixed the error by changing to compare against NULL. Tested: ADA AIX machine where the old code was flagged as an error by the AIX compiler.