~ubuntu-branches/debian/experimental/apt/experimental

« back to all changes in this revision

Viewing changes to apt-pkg/pkgrecords.cc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-02-18 22:07:23 UTC
  • mfrom: (9.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100218220723-zb7zdh6fmsmp30tr
Tags: 0.7.26~exp2
fix crash when LANGUAGE is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
// Include Files                                                        /*{{{*/
12
12
#include <apt-pkg/pkgrecords.h>
13
13
#include <apt-pkg/indexfile.h>
14
 
#include <apt-pkg/contrib/error.h>
15
 
#include <apt-pkg/contrib/configuration.h>
 
14
#include <apt-pkg/error.h>
 
15
#include <apt-pkg/configuration.h>
16
16
    
17
17
#include <apti18n.h>   
18
18
                                                                        /*}}}*/