~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_init.cc

Removing global errbuff and cleaning up two remaining instances that referenced it.

Show diffs side-by-side

added added

removed removed

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