dtcreate: Resolve uninitialized warnings

This commit is contained in:
Peter Howkins
2021-12-22 01:25:46 +00:00
committed by Jon Trulson
parent 1227dabec4
commit 85684c337a
3 changed files with 3 additions and 3 deletions

View File

@@ -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);