~ubuntu-branches/ubuntu/precise/unzip/precise-proposed

« back to all changes in this revision

Viewing changes to fileio.c

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-06-06 17:57:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040606175746-g6zntm6iveuxsaby
Tags: 5.51-2
Added unshrinking support (Closes: #252563).

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
/****************************/
115
115
 
116
116
static ZCONST char Far CannotOpenZipfile[] =
117
 
  "error:  cannot open zipfile [ %s ]\n        %s";
 
117
  "error:  cannot open zipfile [ %s ]\n        %s\n";
118
118
 
119
119
#if (!defined(VMS) && !defined(AOS_VS) && !defined(CMS_MVS) && !defined(MACOS))
120
120
#if (!defined(TANDEM))