(file) Return to Fatal.c CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Fatal.c between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2007/01/04 04:43:33 version 1.1.2.2, 2007/01/07 21:38:58
Line 36 
Line 36 
 #include "Fatal.h" #include "Fatal.h"
 #include "Log.h" #include "Log.h"
 #include "Exit.h" #include "Exit.h"
   #include "Globals.h"
 extern const char* globalArg0;  
  
 /* /*
 **============================================================================== **==============================================================================
Line 68 
Line 67 
     {     {
         va_list ap;         va_list ap;
  
         fprintf(stderr, "%s: %s(%d): ", globalArg0, file, (int)line);          fprintf(stderr, "%s: %s(%d): ", globals.arg0, file, (int)line);
         va_start(ap, format);         va_start(ap, format);
         /* Flawfinder: ignore */         /* Flawfinder: ignore */
         vfprintf(stderr, format, ap);         vfprintf(stderr, format, ap);


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2