~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_sort.c

Merged uint fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include "mysys_priv.h"
19
19
#include <mystrings/m_string.h>
20
20
 
21
 
void my_string_ptr_sort(unsigned char *base, uint items, size_t size)
 
21
void my_string_ptr_sort(unsigned char *base, uint32_t items, size_t size)
22
22
{
23
23
#if INT_MAX > 65536L
24
24
  unsigned char **ptr= NULL;