filter zero duration values - Commit 41fda5f7 - acosom/ziit/ziit-cli
-
filter zero duration values
-
lukas
committed
2 years ago
-
| skipped 164 lines |
165 | 165 | | for (int i = 0; i < response->list_response->n_entries; ++i) { |
166 | 166 | | |
167 | 167 | | entry = response->list_response->entries[i]; |
| 168 | + | |
| 169 | + | if (entry->duration == 0) { |
| 170 | + | continue ; |
| 171 | + | } |
| 172 | + | |
168 | 173 | | t = (time_t)entry->at_time; |
169 | 174 | | tf = localtime(&t); |
170 | 175 | | |
| skipped 35 lines |
Page is in error, reload to recover