mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
Merge mysql.com:/home/jimw/my/mysql-4.1-9323
into mysql.com:/home/jimw/my/mysql-4.1-clean
This commit is contained in:
commit
3785d2188f
3 changed files with 4 additions and 4 deletions
|
|
@ -18,8 +18,8 @@
|
|||
#include <string.h>
|
||||
|
||||
Signal::Signal(){
|
||||
memset(&header, sizeof(header), 0);
|
||||
memset(theData, sizeof(theData), 0);
|
||||
memset(&header, 0, sizeof(header));
|
||||
memset(theData, 0, sizeof(theData));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue