~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_init.cc

  • Committer: Brian Aker
  • Date: 2009-05-05 00:40:45 UTC
  • mfrom: (1003.2.7 mordred)
  • Revision ID: brian@gaz-20090505004045-yns4biv63thufj1b
Tags: 2009.05.1005
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    if (my_file_opened | my_stream_opened)
97
97
    {
98
98
      /* TODO: Mark... look at replacement here
99
 
       * sprintf(errbuff[0],EE(EE_OPEN_WARNING),my_file_opened,my_stream_opened);
100
99
       * (void) my_message_no_curses(EE_OPEN_WARNING,errbuff[0],ME_BELL);
101
100
       */
102
101
      (void) fflush(stdout);