~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.c

merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
1764
1764
static COMMANDS *find_command(char *name,char cmd_char)
1765
1765
{
1766
1766
  uint len;
1767
 
  char *end;
 
1767
  const char *end;
1768
1768
 
1769
1769
  if (!name)
1770
1770
  {