summaryrefslogtreecommitdiff
path: root/libc/misc/internals/tempname.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-06-12 05:43:09 +0000
committerEric Andersen <andersen@codepoet.org>2004-06-12 05:43:09 +0000
commit9c97a1ee9b002ecbb312913edd055721e1f931b6 (patch)
tree0feca252885f6552e8bc15517abe3b25d03d90de /libc/misc/internals/tempname.c
parent4305cac76f1c70ae885da2d9680136442419cd56 (diff)
Oops. Missed a spot.
Diffstat (limited to 'libc/misc/internals/tempname.c')
-rw-r--r--libc/misc/internals/tempname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/internals/tempname.c b/libc/misc/internals/tempname.c
index 1ade1b2e6..c1b211241 100644
--- a/libc/misc/internals/tempname.c
+++ b/libc/misc/internals/tempname.c
@@ -172,7 +172,7 @@ int __gen_tempname (char *tmpl, int kind)
XXXXXX[i] = letters[k];
}
- for (count = 0; count < TMP_MAX; value += 7777, ++count)
+ for (count = 0; count < TMP_MAX; ++count)
{
switch(kind) {
case __GT_NOCREATE: