summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/atm/fore_dnld/fore_dnld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/atm/fore_dnld/fore_dnld.c b/sbin/atm/fore_dnld/fore_dnld.c
index 3fe4c0e..f11cc36 100644
--- a/sbin/atm/fore_dnld/fore_dnld.c
+++ b/sbin/atm/fore_dnld/fore_dnld.c
@@ -1140,8 +1140,8 @@ main(int argc, char *argv[])
}
if ( ns ) {
- int c1;
- int nr;
+ char c1;
+ int nr;
nr = read ( fileno(stdin), &c1, 1 );
c1 &= 0xff;
OpenPOWER on IntegriCloud