~ubuntu-branches/ubuntu/precise/exiv2/precise

« back to all changes in this revision

Viewing changes to src/metacopy.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-12-07 18:40:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207184010-0ouu8v0dr8nznob9
Tags: 0.12-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
  Abstract : Tester application for image file handling
23
23
 
24
24
  File     : metacopy.cpp
25
 
  Version  : $Rev: 669 $
 
25
  Version  : $Rev: 832 $
26
26
  Author(s): Brad Schick (brad) <brad@robotbattle.com>
27
27
  History  : 13-Jul-04, brad: created
28
28
 */
92
92
}
93
93
}
94
94
 
95
 
int Params::option(int opt, const std::string& optarg, int optopt)
 
95
int Params::option(int opt, const std::string& /*optarg*/, int optopt)
96
96
{
97
97
    int rc = 0;
98
98
    switch (opt) {