Fixed warning C4389: '==': signed/unsigned mismatch
This commit is contained in:
@@ -99,7 +99,7 @@ static bool join_arguments(const char * const *args, LPWSTR *args_out)
|
|||||||
{
|
{
|
||||||
size_t len;
|
size_t len;
|
||||||
int i;
|
int i;
|
||||||
int i_out;
|
size_t i_out;
|
||||||
char *result;
|
char *result;
|
||||||
bool batch_file = is_batch_file_path(args[0]);
|
bool batch_file = is_batch_file_path(args[0]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user