Commits

Dana Robinson committed 490eaca6b53
[svn-r20544] Fixed bug in test/vfd.c (HDFFV-5936) that caused STDIO VFD test to fail on some platforms. The problem was that the test was a clone of the SEC2 test. The SEC2 test accepts a file descriptor (int) via a void pointer whereas the STDIO test needs to accept a FILE pointer. Storing the FILE pointer in an integer failed on some systems. The STDIO test now stores the file handle in FILE pointer and checks it for NULL instead of > 0.