summaryrefslogtreecommitdiff
path: root/strings/my_strtoll10.c
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-05-15 00:31:12 +0300
committermonty@narttu.mysql.fi <>2003-05-15 00:31:12 +0300
commit04004534eaef1f7854258a91ecc492d4f16357b4 (patch)
tree1553b8c9bf5820addec3737ab366811cbc0b40ae /strings/my_strtoll10.c
parent60dfb25be3806eefb26504fdf17a0ba1fcb11673 (diff)
downloadmariadb-git-04004534eaef1f7854258a91ecc492d4f16357b4.tar.gz
Fixed new bug in ORDER BY
Diffstat (limited to 'strings/my_strtoll10.c')
-rw-r--r--strings/my_strtoll10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/my_strtoll10.c b/strings/my_strtoll10.c
index 0bef961f770..cf324fb4468 100644
--- a/strings/my_strtoll10.c
+++ b/strings/my_strtoll10.c
@@ -33,7 +33,7 @@ static unsigned long lfactor[9]=
Convert a string to an to unsigned long long integer value
SYNOPSYS
- str2ull10(char *nptr, char **enptr, *long error)
+ my_strtoll10()
nptr in pointer to the string to be converted
endptr in/out pointer to the end of the string/
pointer to the stop character