include/qtl_mysql.hpp @@ -936,7 +936,7 @@ } int read(char *buf, unsigned int buf_len) { fread(buf, 1, buf_len, m_fp); return fread(buf, 1, buf_len, m_fp); } void close() {