summaryrefslogtreecommitdiff
path: root/strings/strmake.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/strmake.c')
-rw-r--r--strings/strmake.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/strings/strmake.c b/strings/strmake.c
index 2f4221ef426..1a5ad2286df 100644
--- a/strings/strmake.c
+++ b/strings/strmake.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2003, 2006, 2007 MySQL AB, 2009 Sun Microsystems, Inc.
+/* Copyright (c) 2000, 2001, 2003, 2006-2008 MySQL AB, 2009 Sun Microsystems, Inc.
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
@@ -12,7 +12,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+*/
/* File : strmake.c
Author : Michael Widenius
@@ -28,7 +29,7 @@
#include <my_global.h>
#include "m_string.h"
-char *strmake(register char *dst, register const char *src, uint length)
+char *strmake(register char *dst, register const char *src, size_t length)
{
#ifdef EXTRA_DEBUG
/*