summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp/cpp6.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/rscpp/cpp6.c')
-rw-r--r--rsc/source/rscpp/cpp6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/rscpp/cpp6.c b/rsc/source/rscpp/cpp6.c
index b94c81fe2395..74340ddc2b38 100644
--- a/rsc/source/rscpp/cpp6.c
+++ b/rsc/source/rscpp/cpp6.c
@@ -584,7 +584,7 @@ DEFBUF* defendel(char* name, int delete)
DEFBUF** prevp;
char* np;
int nhash;
- int temp;
+ int temp=0;
int size;
for (nhash = 0, np = name; *np != EOS;)