Changeset 309 for SH_SHM/trunk/source/motif/shm.c
- Timestamp:
- 01/25/2011 10:19:02 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/source/motif/shm.c
r195 r309 3 3 * ===== 4 4 * 5 * $Revision: 1 13 $, $Date: 2010-03-05 19:28:01 +0100 (Fr, 05 MÀr 2010) $5 * $Revision: 151 $, $Date: 2011-01-21 10:02:56 +0100 (Fr, 21 Jan 2011) $ 6 6 * 7 7 * main module of shm … … 829 829 printf( "SHM-dbg1: load evt %s\n", autoexec ); 830 830 status = cBcNoError; 831 cl3_restore_from_evt( autoexec, xmv_cpar, NULL, &status );831 cl3_restore_from_evt( autoexec, xmv_cpar, NULL, FALSE, &status ); 832 832 mg_tracedisplay( xmv_w[k_widget_draw], &xmv_dspctrl, &status ); 833 833 } /*endif*/ … … 1575 1575 /*cu_delete_all_phases( xmv_w[k_widget_draw], 1576 1576 xmv_w[k_widget_single_draw], "*", TRUE );*/ 1577 cl3_restore_from_evt( autoevt, xmv_cpar, &eventid, &status ); 1577 cl3_restore_from_evt( autoevt, xmv_cpar, &eventid, TRUE, 1578 &status ); 1578 1579 if (Severe(&status)) { 1579 1580 cu_alert( status ); … … 4736 4737 xmv_par.evid = i; 4737 4738 } else if (mode == CLC_PATH_EVT) { 4738 cl3_restore_from_evt( selfile, xmv_cpar, &eventid, &status );4739 cl3_restore_from_evt( selfile, xmv_cpar, &eventid, FALSE, &status ); 4739 4740 if (GpGetBoolean(cGpB_recover_evid)) xmv_par.evid = eventid; 4740 4741 if (Severe(&status)) {
Note: See TracChangeset
for help on using the changeset viewer.