Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-13 05:18:56 +0400
committerErik Andersen <andersen@codepoet.org>2000-04-13 05:18:56 +0400
commit61677feff7f549a48267c2c0c50a7420de6e2599 (patch)
tree1ea829e51641647a35c552e289f4482ab9f5db27 /loadacm.c
parent62dc17a3b100496a5c7433cc598d674e244cb6f8 (diff)
Upates to include copyright 2000 to everything
-Erik
Diffstat (limited to 'loadacm.c')
-rw-r--r--loadacm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loadacm.c b/loadacm.c
index 072562f6b..66f79092c 100644
--- a/loadacm.c
+++ b/loadacm.c
@@ -353,8 +353,8 @@ void saveoldmap(int fd, char *omfil)
unicode utf8_to_ucs2(char *buf)
{
int utf_count = 0;
- long utf_char;
- unicode tc;
+ long utf_char = 0;
+ unicode tc = 0;
unsigned char c;
do {