mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 07:14:46 +02:00
MySQL:
Solaris compilation fixes VS90 project file Makefile few tidy-up code fixes
This commit is contained in:
@@ -278,7 +278,7 @@ void Binder::realBind(std::size_t pos, enum_field_types type, const void* buffer
|
||||
size_t s = _bindArray.size();
|
||||
_bindArray.resize(pos + 1);
|
||||
|
||||
memset(&_bindArray[s], 0, sizeof(MYSQL_BIND) * (_bindArray.size() - s));
|
||||
std::memset(&_bindArray[s], 0, sizeof(MYSQL_BIND) * (_bindArray.size() - s));
|
||||
}
|
||||
|
||||
MYSQL_BIND b = {0};
|
||||
|
Reference in New Issue
Block a user