Changeset a857389 for lib/format_dag25.c
- Timestamp:
- 02/15/18 17:59:50 (3 years ago)
- Branches:
- cachetimestamps, develop, etsilive, master, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- 5a70a80
- Parents:
- 3004d6c
- git-author:
- Anthony Coddington <anthony.coddington@…> (02/14/18 16:03:04)
- git-committer:
- Shane Alcock <salcock@…> (02/15/18 17:59:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_dag25.c
rfd1b63e ra857389 187 187 switch(erfptr->type) { 188 188 case TYPE_ETH: 189 case TYPE_COLOR_ETH: 189 190 case TYPE_DSM_COLOR_ETH: 191 case TYPE_COLOR_HASH_ETH: 190 192 return 2; 191 193 default: return 0; … … 1050 1052 /* No loss counter for DSM coloured records - have to use some 1051 1053 * other API */ 1052 if (erf ptr->type == TYPE_DSM_COLOR_ETH) {1054 if (erf_is_color_type(erfptr->type)) { 1053 1055 /* TODO */ 1054 1056 } else {
Note: See TracChangeset
for help on using the changeset viewer.