Ignore:
Timestamp:
07/25/12 17:22:52 (12 years ago)
Author:
tbretz
Message:
Updated to v19r37
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/dim/src/did/did.c

    r12585 r14286  
    18441844                return;
    18451845        }
    1846         if ((tag == DID_SEL_NODE) || (tag == DID_SEL_SERVICE))
     1846    if ((tag == DID_SEL_NODE) || (tag == DID_SEL_SERVICE))
    18471847        {
    18481848                strcpy(Curr_view_opt_par, str);
     
    18501850                XtFree(str);
    18511851        }
    1852         if(tag == DID_SERVICES)
     1852    if(tag == DID_SERVICES)
    18531853        {
    18541854          pstr = strchr(str,' ');
     
    19081908          XtFree(str);
    19091909        }
    1910         if(tag == DID_COMMAND)
     1910    if(tag == DID_COMMAND)
    19111911        {
    19121912          did_prepare_command(str);
Note: See TracChangeset for help on using the changeset viewer.