dtcm: Resolve 303 compiler warnings.
This commit is contained in:
@@ -106,7 +106,7 @@ ReToString(
|
||||
strcat (cmd_buf, subcommand);
|
||||
}
|
||||
|
||||
memset (subcommand, NULL, 1024);
|
||||
memset (subcommand, 0, 1024);
|
||||
|
||||
re = re->re_next;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user