imageinfo_ni: try to fix compiler warning

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9d65dc02d9
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-01-25 (Wed, 25 Jan 2023)

Origin message was:
------------------
- imageinfo_ni: try to fix compiler warning

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-01-25 22:54:47 +01:00
parent eddb716a08
commit 6b5c46cfb0

View File

@@ -446,7 +446,7 @@ int CImageInfoNI::get_MTD_Info()
size_t len;
int i = 0;
memset(&mtd_info, 0, sizeof(mtd_info));
mtd_info.clear();
buffer = NULL;
if (!(fh = fopen("/proc/mtd", "r")))