~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_format.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
*/
25
25
 
26
26
char * fn_format(char * to, const char *name, const char *dir,
27
 
                    const char *extension, uint flag)
 
27
                    const char *extension, uint32_t flag)
28
28
{
29
29
  char dev[FN_REFLEN], buff[FN_REFLEN], *pos;
30
30
  const char *startpos = name;