~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to zlib/contrib/delphi/ZLibConst.pas

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-02-12 03:00:21 UTC
  • mfrom: (20.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130212030021-q5mg053fru2u6zl8
Tags: 0.8.3-1
* Team upload.
* New upstream release. (Closes: #698300)

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.