~schumski-deactivatedaccount-deactivatedaccount/k3b/master

« back to all changes in this revision

Viewing changes to libk3b/projects/datacd/k3bisoimager.cpp

  • Committer: Yuri Chornoivan
  • Date: 2019-11-18 15:33:10 UTC
  • Revision ID: git-v1:3bfde6eee71bd14a2f012bc82c2cde92fc878140
Fix minor typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
    d->knownError = false;
382
382
 
383
383
    // determine symlink handling
384
 
    // follow links superseeds discard all links which superseeds discard broken links
 
384
    // follow links supersedes discard all links which supersedes discard broken links
385
385
    // without rockridge we follow the links or discard all
386
386
    if( m_doc->isoOptions().followSymbolicLinks() )
387
387
        d->usedLinkHandling = Private::FOLLOW;
621
621
        }
622
622
    }
623
623
 
624
 
    // in genisoimage 1.1.3 "they" silently introduced this aweful parameter
 
624
    // in genisoimage 1.1.3 "they" silently introduced this awful parameter
625
625
    if (filesGreaterThan2Gb && d->mkisofsBin->hasFeature("genisoimage") && d->mkisofsBin->version() >= K3b::Version(1, 1, 3)) {
626
626
        *m_process << "-allow-limited-size";
627
627
        emit infoMessage(i18n("Found files bigger than 2 GB. These files will be fully accessible."),