Changeset 23664
- Timestamp:
- 09/11/13 22:59:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/choicebox.h
r23206 r23664 83 83 choicebox->aktpage = 0; 84 84 85 if(value == NULL) 86 { 87 err("NULL detect"); 88 return 1; 89 } 85 if(value == NULL) return 1; 90 86 91 87 if(choicebox->choiceboxvalue != NULL)
Note: See TracChangeset
for help on using the changeset viewer.