dtcreate: Resolve uninitialized warnings
This commit is contained in:
committed by
Jon Trulson
parent
1227dabec4
commit
85684c337a
@@ -1051,7 +1051,7 @@ char *s1,*tmp,*s2,buf[10],*cts;
|
||||
Boolean
|
||||
IsLastSingle(char *str)
|
||||
{
|
||||
int n;
|
||||
int n = 0;
|
||||
|
||||
if(MB_CUR_MAX == 1)
|
||||
return(TRUE);
|
||||
|
||||
Reference in New Issue
Block a user