Diff for /Amaya/amaya/query.c between versions 1.209 and 1.210

version 1.209, 1999/10/25 15:44:19 version 1.210, 1999/11/22 10:36:50
Line 1102  int                 status; Line 1102  int                 status;
                /* there were some errors and we want to print them */                 /* there were some errors and we want to print them */
              {                         {          
                if (me->error_stream_size == 0)/* and the stream is empty */                 if (me->error_stream_size == 0)/* and the stream is empty */
                  AHTError_MemPrint (request); /* copy errors from                    {
                                                   **the error stack                      /* if the transfer was interrupted, the file may not be
                                                   ** into the error stream */                        empty. So, we erase it */
                      fflush (me->output);
                      rewind (me->output);
                      AHTError_MemPrint (request); /* copy errors from 
                                                   **the error stack 
                                                   ** into the error stream */
                    }
                if (me->error_stream)                 if (me->error_stream)
                  {      /* if the stream is non-empty */                   {      /* if the stream is non-empty */
                    fprintf (me->output, me->error_stream);/* output the errors */                     fprintf (me->output, me->error_stream);/* output the errors */

Removed from v.1.209  
changed lines
  Added in v.1.210


Webmaster