~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_init.cc

  • Committer: Brian Aker
  • Date: 2009-01-20 23:03:10 UTC
  • mfrom: (779.1.23 devel)
  • Revision ID: brian@tangent.org-20090120230310-zqygzc4o915d0y3d
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
    if (my_file_opened | my_stream_opened)
105
105
    {
106
106
      sprintf(errbuff[0],EE(EE_OPEN_WARNING),my_file_opened,my_stream_opened);
107
 
      (void) my_message_no_curses(EE_OPEN_WARNING,errbuff[0],ME_BELL);
 
107
      /* TODO: Mark... look at replacement here
 
108
       * (void) my_message_no_curses(EE_OPEN_WARNING,errbuff[0],ME_BELL);
 
109
       */
 
110
      (void) fflush(stdout);
 
111
      
108
112
      my_print_open_files();
109
113
    }
110
114
  }