• vasil's avatar
    branches/zip: · d90516a8
    vasil authored
    Fix a bug where the condition (prtype & DATA_ROW_ID) is unexpectedly
    always false becasue DATA_ROW_ID is 0.
    
    Use a switch instead of if-else in order to avoid repeating
    (prtype & DATA_SYS_PRTYPE_MASK).
    
    Approved by:	Heikki
    d90516a8
data0data.c 15.2 KB