mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Fixed warning C4389: '==': signed/unsigned mismatch
This commit is contained in:
parent
8d8649b33f
commit
ef52a4d4df
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ static bool join_arguments(const char * const *args, LPWSTR *args_out)
|
|||
{
|
||||
size_t len;
|
||||
int i;
|
||||
int i_out;
|
||||
size_t i_out;
|
||||
char *result;
|
||||
bool batch_file = is_batch_file_path(args[0]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue