Changeset 639 in Sophya for trunk/Poubelle/archediab.old/archediab.sources/c/acqui_util.c
- Timestamp:
- Nov 25, 1999, 2:07:25 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archediab.old/archediab.sources/c/acqui_util.c
r637 r639 29 29 if(parametr.n_max_mes_per!=nb_max_mes_per) {erreur("erreur nb_max_mes_per\n");return;} 30 30 if(parametr.nb_bolo!=nb_bolo_util) {erreur("erreur nb_bolo_util\n");return;} 31 32 gg->reglage=reglage_standard[0]; 31 33 32 34 for(j=0;j<nb_max_bolo;j++) … … 227 229 if((b!=gg->reglage.horloge.nb_mesures) ou clavier(touche_alt) ) emission_tc_reduite(tc2_horloge,tc3_nb_mesures,b); 228 230 if((tm!=gg->reglage.horloge.temp_mort) ou clavier(touche_alt) ) emission_tc_reduite(tc2_horloge,tc3_temp_mort,tm); 229 if( (flag!=gg->reglage.horloge.flag) ou clavier(touche_alt) )emission_tc_reduite(tc2_horloge,tc3_flag,flag);231 if(flag ou (flag!=gg->reglage.horloge.flag) ou clavier(touche_alt) ) emission_tc_reduite(tc2_horloge,tc3_flag,flag); 230 232 } 231 233
Note:
See TracChangeset
for help on using the changeset viewer.