~ubuntu-branches/debian/experimental/stellarium/experimental

« back to all changes in this revision

Viewing changes to src/CLIProcessor.cpp

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2012-09-02 16:40:25 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20120902164025-wcm0g7j3uq09557q
Tags: 0.11.4a-1
* Imported Upstream version 0.11.4a
* Add 'DM-Upload-Allowed: yes' to debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
                                qWarning() << "WARNING: --sky-date argument has unrecognised format  (I want yyyymmdd)";
189
189
                }
190
190
 
191
 
                if (skyTime.isEmpty())
 
191
                if (!skyTime.isEmpty())
192
192
                {
193
193
                        QRegExp timeRx("\\d{1,2}:\\d{2}:\\d{2}");
194
194
                        if (timeRx.exactMatch(skyTime))