File diff r20966:513d0bb7ac0f → r20967:091f0485c05f
src/strings.cpp
Show inline comments
 
@@ -801,7 +801,7 @@ static char *FormatString(char *buff, co
 
		/* We have to restore the original offset here to to read the correct values. */
 
		args->offset = orig_offset;
 
	}
 
	WChar b;
 
	WChar b = '\0';
 
	uint next_substr_case_index = 0;
 
	char *buf_start = buff;
 
	std::stack<const char *> str_stack;