Projects acosom ziit ziit-cli Commits 41fda5f7
ctrl k
  • src/list.c
    ■ ■ ■ ■ ■
    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
Please wait...
Page is in error, reload to recover