mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 08:43:02 +00:00
Fix warning in main_test
This commit is contained in:
@@ -144,8 +144,8 @@ int parse_arguments( char *buf, size_t len, char *params[50] )
|
||||
{
|
||||
if( *p == '\\' )
|
||||
{
|
||||
*p++;
|
||||
*p++;
|
||||
p++;
|
||||
p++;
|
||||
continue;
|
||||
}
|
||||
if( *p == ':' )
|
||||
@@ -158,7 +158,7 @@ int parse_arguments( char *buf, size_t len, char *params[50] )
|
||||
*p = '\0';
|
||||
}
|
||||
|
||||
*p++;
|
||||
p++;
|
||||
}
|
||||
|
||||
// Replace newlines, question marks and colons in strings
|
||||
|
||||
Reference in New Issue
Block a user