aboutsummaryrefslogtreecommitdiffstats
path: root/src/autopasswd.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-23 21:40:15 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-23 21:40:15 +0200
commit3caa4f9193235c76c79085ef041257cf7394213b (patch)
tree53fc63b0b94d8f4fc4b039eb4cefd2d3cd1d2e09 /src/autopasswd.c
parentupdate gitignore (diff)
downloadautopasswd-3caa4f9193235c76c79085ef041257cf7394213b.tar.gz
autopasswd-3caa4f9193235c76c79085ef041257cf7394213b.tar.bz2
autopasswd-3caa4f9193235c76c79085ef041257cf7394213b.tar.xz
m1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/autopasswd.c')
-rw-r--r--src/autopasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autopasswd.c b/src/autopasswd.c
index f464820..71ecbb9 100644
--- a/src/autopasswd.c
+++ b/src/autopasswd.c
@@ -461,7 +461,7 @@ int main(int argc, char** argv)
}
if (c == '\n')
break;
- *(site + site_n++) = (char)c;
+ *(site + site_n++) = (byte)c;
}
/* Disable echoing. (Should be done as soon as possible after reading site.) */