Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 270399
Collapse All | Expand All

(-)hdf5-1.6.4/src/H5detect.c~ (-1 / +1 lines)
Lines 845-851 Link Here
845
	    /*
845
	    /*
846
	     * Bi-endian machines like VAX.
846
	     * Bi-endian machines like VAX.
847
	     */
847
	     */
848
	    assert(0 == n / 2);
848
	    assert(0 == n % 2);
849
	    if (mesg) *mesg = "VAX";
849
	    if (mesg) *mesg = "VAX";
850
	    for (i = 0; i < n; i += 2) {
850
	    for (i = 0; i < n; i += 2) {
851
		perm[i] = (n - 2) - i;
851
		perm[i] = (n - 2) - i;

Return to bug 270399