Commits

Neil Fortner committed 7e0e62434c6
[svn-r20883] Purpose: Fix coverity issue 585 Description: Changed variable "c" in processStrData in h5import.c to an int, to match fgetc return value, and removed call to feof, instead checking if c == EOF. Tested: Fedora