~ubuntu-branches/ubuntu/quantal/apt-cacher-ng/quantal-backports

« back to all changes in this revision

Viewing changes to include/csmapping.h

  • Committer: Bazaar Package Importer
  • Author(s): Eduard Bloch
  • Date: 2010-07-28 01:17:33 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20100728011733-kocsb0jjhzu76ees
Tags: 0.5.1-1
* New upstream version
  + header inclusion cleanup (closes: #590291)
  + kfreebsd related fixes
  + long outstanding user interface fixes and various regression fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        MYSTD::string sDirectory, sFileName;
70
70
        inline void SetInvalid() {
71
71
                sFileName.clear();
 
72
                sDirectory.clear();
72
73
                fpr.csType=CSTYPE_INVALID;
73
74
                fpr.size=0;
74
75
        }