2007
2007
 
        HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "Not supported for multi file driver.")
2008
2008
 
2009
2009
 
    /* While the family file driver is conceptually fully compatible 
2010
2010
 
     * with the get file image operation, it sets a file driver message
2011
2011
 
     * in the super block that prevents the image being opened with any
2012
2012
 
     * driver other than the family file driver.  Needless to say, this
2013
2013
 
     * rather defeats the purpose of the get file image operation.
2014
2014
 
     *
2015
2015
 
     * While this problem is quire solvable, the required time and 
2016
2016
 
     * resources are lacking at present.  Hence, for now, we don't
2017
 
-
     * allow the get file image operation to be perfomed on files 
 
2017
+
     * allow the get file image operation to be performed on files 
2018
2018
 
     * opened with the family file driver.
2019
2019
 
     *
2020
2020
 
     * Observe that the following test only looks at the top level 
2021
2021
 
     * driver, and fails if there is some other driver sitting on to
2022
2022
 
     * of the family file driver.  
2023
2023
 
     *
2024
2024
 
     * I don't think this can happen at present, but that may change
2025
2025
 
     * in the future.
2026
2026
 
     *                                   JRM -- 12/21/11
2027
2027
 
     */