Ticket #4018: commflag.patch

File commflag.patch, 911 bytes (added by anonymous, 16 years ago)

Patch to count commercials in loop

  • main.cpp

     
    11051105                    if (queueJobInstead)
    11061106                        QueueCommFlagJob(chanid, starttime);
    11071107                    else
    1108                         FlagCommercials(chanid, starttime);
     1108                        result += FlagCommercials(chanid, starttime);
    11091109                }
    11101110                else
    11111111                {
     
    11631163                                if (queueJobInstead)
    11641164                                    QueueCommFlagJob(chanid, starttime);
    11651165                                else
    1166                                     FlagCommercials(chanid, starttime);
     1166                                    result += FlagCommercials(chanid, starttime);
    11671167                            }
    11681168                        }
    11691169                    }