clean up yet more annoying signed/unsigned mismatches and fixup
yet more incorrect types
This commit is contained in:
parent
2cdd4d56ff
commit
5e678873f9
9 changed files with 28 additions and 26 deletions
|
@ -52,7 +52,7 @@ static int copy_lines(FILE *src_stream, FILE *dest_stream, const unsigned int li
|
|||
* returns malloc'ed filename
|
||||
*/
|
||||
|
||||
static unsigned char *extract_filename(char *line, unsigned short patch_level)
|
||||
static char *extract_filename(char *line, unsigned short patch_level)
|
||||
{
|
||||
char *filename_start_ptr = line + 4;
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue