Changeset 3400 in Sophya
- Timestamp:
- Nov 23, 2007, 5:27:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pixtbase.cc
r2615 r3400 115 115 /* Gestion de variable d'environnement pour choix Mod1Mask ou Mod2Mask */ 116 116 static bool fgenv_kb_modmasks = false; 117 static int sel_kb_modmasks = 1;117 static int sel_kb_modmasks = 2; // Nov 2007: On passe le defaut a 2, au lieu de 1 118 118 119 119 /* Nouvelle-Fonction */ … … 131 131 if (envmodmask) { 132 132 if (envmodmask[0] == '0') sel_kb_modmasks = 0; 133 else if (envmodmask[0] == '1') sel_kb_modmasks = 1; 133 134 else if (envmodmask[0] == '2') sel_kb_modmasks = 2; 134 135 else if (envmodmask[0] == '3') sel_kb_modmasks = 3;
Note:
See TracChangeset
for help on using the changeset viewer.