Changeset 30885
- Timestamp:
- 11/08/14 13:55:18 (9 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/cec.h
r30813 r30885 175 175 addchoicebox(cecfix, "1", _("yes")); 176 176 if(getconfigint("cec_fixedAddress", NULL) == 0) 177 setchoiceboxselection(cecfix, 0);177 setchoiceboxselection(cecfix, "0"); 178 178 else 179 setchoiceboxselection(cecfix, 1);179 setchoiceboxselection(cecfix, "1"); 180 180 181 181 … … 302 302 setFixedPhysicalAddress(getconfigint("cec_fixedAddress", NULL)); 303 303 304 return 0;304 return; 305 305 } 306 306 -
titan/titan/oled.h
r30884 r30885 41 41 printf("b2: value: %s\n", value); 42 42 printf("b3: getskinconfig: %s\n", getskinconfig("OLED_nemesis", NULL)); 43 printf("b4: getscreen: %d\n", getscreen(getskinconfig("OLED_nemesis", NULL))); 43 if(getscreen(getskinconfig("OLED_nemesis", NULL)) == NULL) 44 printf("b4: getscreen: NULL\n"); 45 44 46 45 47 OLED_nemesis = getscreen(getskinconfig("OLED_nemesis", NULL));
Note: See TracChangeset
for help on using the changeset viewer.