summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Naumov <alexander_naumov@opensuse.org>2017-01-21 02:12:04 +0100
committerAlexander Naumov <alexander_naumov@opensuse.org>2017-01-21 02:12:04 +0100
commit5fd82c69bdbdf772a9fc43d59acf3a6fc4e06ef9 (patch)
treeddc4e17e4f2040d87196b17a7e23126780d518ff
parentc14e05e7c36c64d85198ed0fc89177427ece48d4 (diff)
downloadscreen-5fd82c69bdbdf772a9fc43d59acf3a6fc4e06ef9.tar.gz
Value stored to 'num' is never read
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 63c85b1..c58f64d 100644
--- a/src/process.c
+++ b/src/process.c
@@ -440,6 +440,7 @@ static char *resizeprompts[] = {
"resize -l -b # lines: ",
};
+
static int
parse_input_int(buf, len, val)
const char *buf;
@@ -6181,7 +6182,6 @@ char *fn, **av;
}
++av;
}
- num = 0;
if (av && *av && IsNumColon(*av, 10, buf, sizeof(buf)))
{
if (*buf != '\0')