~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_init.cc

  • Committer: Monty Taylor
  • Date: 2009-05-04 18:11:56 UTC
  • mfrom: (998.2.3 drizzle-remove-errbuff)
  • mto: This revision was merged to the branch mainline in revision 1005.
  • Revision ID: mordred@inaugust.com-20090504181156-tswiqb4vlqfphrdc
Merged Andrew from lp:~muzazzi/drizzle/drizzle-remove-errbuff

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);