public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Steven Whitehouse <swhiteho@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: STABLE3 - fsck.gfs2: Add gettext support
Date: Wed, 27 May 2009 10:20:00 -0000	[thread overview]
Message-ID: <20090527101943.62215120373@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=797bcb77cbed90852be871012075fd18ea0ba6c3
Commit:        797bcb77cbed90852be871012075fd18ea0ba6c3
Parent:        873360edd9ae4417fa11379928ecf0f54216cb42
Author:        Steven Whitehouse <steve@dolmen.chygwyn.com>
AuthorDate:    Tue Mar 24 20:50:24 2009 +0000
Committer:     Steven Whitehouse <swhiteho@redhat.com>
CommitterDate: Wed May 27 10:06:20 2009 +0100

fsck.gfs2: Add gettext support

The messages need to be cleaned up a bit, but this is the guts of it
anyway.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
---
 gfs2/fsck/main.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/gfs2/fsck/main.c b/gfs2/fsck/main.c
index 0bd67cc..b0f7856 100644
--- a/gfs2/fsck/main.c
+++ b/gfs2/fsck/main.c
@@ -90,15 +90,9 @@ static int read_cmdline(int argc, char **argv, struct gfs2_options *gopts)
 		}
 	}
 	if(argc > optind) {
-<<<<<<< HEAD:gfs2/fsck/main.c
 		gopts->device = (argv[optind]);
-		if(!gopts->device) {
-			fprintf(stderr, "Please use '-h' for usage.\n");
-=======
-		opts->device = (argv[optind]);
 		if(!opts->device) {
 			fprintf(stderr, _("Please use '-h' for usage.\n"));
->>>>>>> abf33c3... fsck.gfs2: Add gettext support:gfs2/fsck/main.c
 			return FSCK_USAGE;
 		}
 	} else {


             reply	other threads:[~2009-05-27 10:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-27 10:20 Steven Whitehouse [this message]
2009-05-27 10:20 Steven Whitehouse

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090527101943.62215120373@lists.fedorahosted.org \
    --to=swhiteho@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).