Ignore:
Timestamp:
05/09/07 13:15:53 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/showplot.cc

    r8088 r8478  
    258258        d->SetCanvasWidth(kCanvasWidth);
    259259
    260     d->Open(kInput);
     260    const Int_t rc = d->Open(kInput);
    261261
    262262    if (kPrint)
     
    285285        d->SaveAsC(kTab,    kNameC);
    286286
    287     if (kBatch || kQuit)
     287    if (kBatch || kQuit || !rc)
    288288    {
    289289        delete d;
Note: See TracChangeset for help on using the changeset viewer.