~ubuntu-branches/ubuntu/lucid/mythtv/lucid

« back to all changes in this revision

Viewing changes to programs/mythfilldatabase/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-09-08 23:08:37 UTC
  • mfrom: (1.1.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908230837-zrm2j6wutp76hwso
Tags: 0.22.0~trunk21742-0ubuntu1
* New upstream checkout (21742)
  - Fixes FTBFS on PPC. See changeset 21571 for more details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#include "mythdb.h"
15
15
#include "mythverbose.h"
16
16
#include "mythversion.h"
 
17
#include "util.h"
17
18
 
18
19
// libmythtv headers
19
20
#include "scheduledrecording.h"
54
55
    int sourceid = -1;
55
56
    QString fromddfile_lineupid;
56
57
 
 
58
    myth_nice(19);
 
59
 
57
60
    while (argpos < a.argc())
58
61
    {
59
62
        // The manual and update flags should be mutually exclusive.