C++ doesn't allow variables to be declared without a type, use 'int' as
a default.
This commit is contained in:
parent
830a3572db
commit
e7de343555
|
|
@ -1807,7 +1807,7 @@ int DtMail::MailRc::hash_index(char *key)
|
|||
{
|
||||
register unsigned h;
|
||||
register char *s;
|
||||
register c;
|
||||
register int c;
|
||||
|
||||
s = key;
|
||||
h = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue