mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Correcting signature for my_strndup to be able to build on Windows
in pushbuild on Replication/Backup team tree. include/my_sys.h: Using "char" instead of "byte" for my_strndup(). mysys/safemalloc.c: Using "char" instead of "byte" for my_strndup().
This commit is contained in:
parent
98311625fa
commit
72154adc26
2 changed files with 3 additions and 3 deletions
|
|
@ -525,7 +525,7 @@ char *_my_strdup(const char *from, const char *filename, uint lineno,
|
|||
} /* _my_strdup */
|
||||
|
||||
|
||||
char *_my_strndup(const byte *from, uint length,
|
||||
char *_my_strndup(const char *from, uint length,
|
||||
const char *filename, uint lineno,
|
||||
myf MyFlags)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue