Commits
Neil Fortner committed 3df83b192db
[svn-r17755] Purpose: Fix assertion failure caused by H5Tcommit1/2 Description: Calling H5Tcommit_anon on a file with read only access would cause an assertion failure. Added a check to H5T_commit to return a failure in this case. Removed redundant check in H5T_commit_named. Tested: Fedora 11 (very minor change)