1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

libmysql.c:

After-merge clean-up


libmysql/libmysql.c:
  After-merge clean-up
This commit is contained in:
unknown
2004-11-05 09:07:07 +04:00
parent 4720f380a4
commit 2f2eceacb1

View File

@@ -3173,7 +3173,8 @@ void my_net_local_init(NET *net)
trailing '. The caller must supply whichever of those is desired. trailing '. The caller must supply whichever of those is desired.
*/ */
ulong mysql_hex_string(char *to, const char *from, ulong length) ulong STDCALL
mysql_hex_string(char *to, const char *from, ulong length)
{ {
char *to0= to; char *to0= to;
const char *end; const char *end;