~ubuntu-branches/ubuntu/oneiric/gpp4/oneiric

« back to all changes in this revision

Viewing changes to src/library_err.c

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2011-01-11 13:47:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110111134736-2blfcoz9uoknpic7
Tags: 1.3.0-0ubuntu1
* New upstream release 1.3.0
* debian/control: Add ${misc:Depends}, bump standards-version
* Patched to address various compiler warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
    "Batch headers corrupted",                   /* 22 = CMTZERR_BadBatchHeader */
110
110
    "Input MTZ file has different minor version to that supported by current library",      /* 23 = CMTZERR_DifferentVersion */
111
111
    "File column type different from type expected by program",      /* 24 = CMTZERR_ColTypeMismatch */
 
112
    "MTZ header: error in column group specification",   /* 25 = CMTZERR_ColGroupError */
 
113
    "MTZ header: error in column source specification",   /* 26 = CMTZERR_ColSourceError */
112
114
  };
113
115
 
114
116
/*! parser library errors */