~ubuntu-branches/ubuntu/raring/clamav/raring-updates

« back to all changes in this revision

Viewing changes to win32/3rdparty/zlib/contrib/delphi/ZLibConst.pas

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-06-18 11:56:34 UTC
  • mfrom: (0.35.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110618115634-u2lovivet0qx34d0
Tags: 0.97.1+dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop build-dep on electric-fence (in Universe)
  - Add apparmor profiles for clamd and freshclam along with maintainer
    script changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
unit ZLibConst;
2
 
 
3
 
interface
4
 
 
5
 
resourcestring
6
 
  sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
7
 
  sInvalidStreamOp = 'Invalid stream operation';
8
 
 
9
 
implementation
10
 
 
11
 
end.