~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/init.cc

  • Committer: Monty Taylor
  • Date: 2008-09-15 17:24:04 UTC
  • Revision ID: monty@inaugust.com-20080915172404-ygh6hiyu0q7qpa9x
Removed strndup calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  init_time();                          /* Init time-functions (read zone) */
35
35
  my_abort_hook=unireg_abort;           /* Abort with close of databases */
36
36
 
37
 
  my_stpcpy(reg_ext,".frm");
 
37
  VOID(stpcpy(reg_ext,".frm"));
38
38
  reg_ext_length= 4;
39
39
 
40
40
  return;