Changeset 59


Ignore:
Timestamp:
10/30/2008 11:05:11 PM (15 years ago)
Author:
marcus
Message:

r44 | svn | 2008-10-14 12:02:19 +0200 (Di, 14 Okt 2008) | 1 line

improved :LOC support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/source/motif/mfexec.c

    r58 r59  
    368368                                return; 
    369369                        } /*endif*/ 
    370                 } else if  (*autoevt == '\0')  { 
     370                } else if  (*autoevt == '\0' || strcmp(autoevt,"None") == 0)  { 
    371371                        /* same as above */ 
    372372                        GpReadParameter( "v$loc", cBcLongStrLth, addlist, &ok ); 
Note: See TracChangeset for help on using the changeset viewer.