Changeset 23664


Ignore:
Timestamp:
09/11/13 22:59:23 (10 years ago)
Author:
nit
Message:

[titan] fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/choicebox.h

    r23206 r23664  
    8383        choicebox->aktpage = 0;
    8484
    85         if(value == NULL)
    86         {
    87                 err("NULL detect");
    88                 return 1;
    89         }
     85        if(value == NULL) return 1;
    9086
    9187        if(choicebox->choiceboxvalue != NULL)
Note: See TracChangeset for help on using the changeset viewer.