(svn r26041) -Fix: make variable initialization more obvious for humans and compilers.
This commit is contained in:
@@ -801,7 +801,7 @@ static char *FormatString(char *buff, const char *str_arg, StringParameters *arg
|
|||||||
/* We have to restore the original offset here to to read the correct values. */
|
/* We have to restore the original offset here to to read the correct values. */
|
||||||
args->offset = orig_offset;
|
args->offset = orig_offset;
|
||||||
}
|
}
|
||||||
WChar b;
|
WChar b = '\0';
|
||||||
uint next_substr_case_index = 0;
|
uint next_substr_case_index = 0;
|
||||||
char *buf_start = buff;
|
char *buf_start = buff;
|
||||||
std::stack<const char *> str_stack;
|
std::stack<const char *> str_stack;
|
||||||
|
Reference in New Issue
Block a user