~ubuntu-branches/ubuntu/karmic/xmame/karmic

« back to all changes in this revision

Viewing changes to mess/tools/messroms/main.c

  • Committer: Bazaar Package Importer
  • Author(s): Bruno Barrera C.
  • Date: 2007-02-16 10:06:54 UTC
  • mfrom: (2.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20070216100654-iztas2cl47k5j039
Tags: 0.106-2
* Added Italian debconf templates translation. (closes: #382672)
* Added German debconf templates translation. (closes: #396610)
* Added Japanese debconf templates translation. (closes: #400011)
* Added Portuguese debconf templates translation. (closes: #409960)

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
int ident_zip(char *fn, int mode)
176
176
{
177
177
   ZIP* zip;
178
 
   struct zipent* zipf;
 
178
   zip_entry* zipf;
179
179
   printf("Zip file to ident = '%s'\n", fn);
180
180
   if ((zip = openzip(0, 0, fn)) == 0) {
181
181
      printf("Error, cannot open zip file '%s' !\n", fn);