~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_init.cc

  • Committer: abg
  • Date: 2009-04-28 18:03:56 UTC
  • mto: (1003.2.6 mordred)
  • mto: This revision was merged to the branch mainline in revision 1005.
  • Revision ID: abg@pachyderm-20090428180356-7g0nyiztzakn95nk
removing commented-out sprintf instance

Show diffs side-by-side

added added

removed removed

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