From: Peter Rajnoha <prajnoha@fedoraproject.org>
To: lvm-devel@redhat.com
Subject: master - lvmcmdline: use long int for number returned by strtol
Date: Wed, 10 Aug 2016 07:11:00 +0000 (UTC) [thread overview]
Message-ID: <20160810071100.7FEEE60774@fedorahosted.org> (raw)
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=2fed8d8515644d25c24e8f62b450d80d34911970
Commit: 2fed8d8515644d25c24e8f62b450d80d34911970
Parent: 480c1c95993a1a2903e580ca402ba6368088decd
Author: Peter Rajnoha <prajnoha@redhat.com>
AuthorDate: Wed Aug 10 09:10:28 2016 +0200
Committer: Peter Rajnoha <prajnoha@redhat.com>
CommitterDate: Wed Aug 10 09:10:37 2016 +0200
lvmcmdline: use long int for number returned by strtol
---
tools/lvmcmdline.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/lvmcmdline.c b/tools/lvmcmdline.c
index af38799..9a4deb7 100644
--- a/tools/lvmcmdline.c
+++ b/tools/lvmcmdline.c
@@ -1853,7 +1853,7 @@ static int _do_get_custom_fd(const char *env_var_name, int *fd)
{
const char *str;
char *endptr;
- int tmp_fd;
+ long int tmp_fd;
*fd = -1;
reply other threads:[~2016-08-10 7:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20160810071100.7FEEE60774@fedorahosted.org \
--to=prajnoha@fedoraproject.org \
--cc=lvm-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.