Patch by Murray Jensen, 20 Jun 2003:
- hymod update - cleanup (especially for gcc-3.x compilers)
This commit is contained in:
2
tools/env/fw_env.c
vendored
2
tools/env/fw_env.c
vendored
@@ -385,7 +385,7 @@ static int flash_io (int mode)
|
||||
{
|
||||
int fd, fdr, rc, otherdev, len, resid;
|
||||
erase_info_t erase;
|
||||
char *data;
|
||||
char *data = NULL;
|
||||
|
||||
if ((fd = open (DEVNAME (curdev), mode)) < 0) {
|
||||
fprintf (stderr,
|
||||
|
||||
Reference in New Issue
Block a user