~ubuntu-branches/ubuntu/feisty/digikam/feisty

« back to all changes in this revision

Viewing changes to digikam/kioslave/digikamtags.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-12-07 19:09:01 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207190901-h7wo0kj1wv9d5b46
Tags: 1:0.9.0~rc2-0ubuntu1
* New upstream release
* Sync packaging with debian
* Removed obsolete patches 10_kdesvn_606804_dcraw-return-code.diff
  and 11_kdesvn_606805_file-extention-parsing.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
        if (!matchFilterList(regex, name))
162
162
            continue;
163
163
 
164
 
        path = m_libraryPath + purl + "/" + name;
 
164
        path = m_libraryPath + purl + '/' + name;
165
165
        if (::stat(QFile::encodeName(path), &stbuf) != 0)
166
166
            continue;
167
167