znone
2021-10-05 6a6b55518847de8d8de8b963a117c53f0c93f67f
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()
   {