Changeset 2508 in Sophya for trunk/SophyaLib/SysTools/psighand.cc


Ignore:
Timestamp:
Mar 15, 2004, 5:49:48 PM (22 years ago)
Author:
ansari
Message:

correction mineure liee a remplacement THROW par throw - Reza 15/03/2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/psighand.cc

    r913 r2508  
    146146    throw ( CaughtSignalExc(msg, s) );
    147147  default :
    148     printf("SophyaProcessSignal: ###Signal %d catched, throw  inconsistentErr ### \n", s);
     148    printf("SophyaProcessSignal: ###Signal %d catched, throw  Caught SIG??? ### \n", s);
    149149    msg = "Caught SIG???";
    150150    throw ( CaughtSignalExc(msg, s) );
Note: See TracChangeset for help on using the changeset viewer.