~ubuntu-branches/ubuntu/intrepid/xfsdump/intrepid

« back to all changes in this revision

Viewing changes to common/media.c

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2008-04-23 22:06:34 UTC
  • mfrom: (0.1.1 upstream) (3.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080423220634-7m8953nknbpz1nsv
Tags: 2.2.48-1
* New upstream release
* xfsdump depends on ${misc:Depends}
* Add debian/watch
* Add homepage control header
* Fix the following lintian issues:
  W: xfsdump source: package-uses-deprecated-debhelper-compat-version 1
  W: xfsdump source: ancient-standards-version 3.5.9 (current is 3.7.3)

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
                                mlog( MLOG_NORMAL,
108
108
                                      _("too many -%c arguments: "
109
109
                                      "\"-%c %s\" already given\n"),
110
 
                                      optopt,
111
 
                                      optopt,
 
110
                                      c,
 
111
                                      c,
112
112
                                      medialabel );
113
113
                                usage( );
114
114
                                return 0;
116
116
                        if ( ! optarg || optarg[ 0 ] == '-' ) {
117
117
                                mlog( MLOG_NORMAL,
118
118
                                      _("-%c argument missing\n"),
119
 
                                      optopt );
 
119
                                      c );
120
120
                                usage( );
121
121
                                return 0;
122
122
                        }