~mordred/drizzle/codestyle

« back to all changes in this revision

Viewing changes to drizzled/error_injection.h

  • Committer: Monty Taylor
  • Date: 2008-10-04 18:42:30 UTC
  • Revision ID: monty@inaugust.com-20081004184230-j2j1uottu2d0yl0m
Removed NullS. bu-bye.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  char total_str[200];
48
48
  if (_db_strict_keyword_ (dbug_str))
49
49
  {
50
 
    strxmov(total_str, extra_str, dbug_str, NullS);
 
50
    strxmov(total_str, extra_str, dbug_str, NULL);
51
51
    return 1;
52
52
  }
53
53
  return 0;