diff options
Diffstat (limited to 'strings/strappend.c')
-rw-r--r-- | strings/strappend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/strings/strappend.c b/strings/strappend.c index 3a5da658709..e81a4d4301e 100644 --- a/strings/strappend.c +++ b/strings/strappend.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ #include "m_string.h" -void strappend(register char *s, uint len, pchar fill) +void strappend(register char *s, size_t len, pchar fill) { register char *endpos; |