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