(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.2 and 1.1.2.3

version 1.1.2.2, 2007/01/07 21:38:58 version 1.1.2.3, 2007/01/11 16:01:23
Line 67 
Line 67 
     {     {
         va_list ap;         va_list ap;
  
         fprintf(stderr, "%s: %s(%d): ", globals.arg0, file, (int)line);          fprintf(stderr, "%s: %s(%d): ", globals.argv[0], 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.2  
changed lines
  Added in v.1.1.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2