大于限制的oem参数单独保存到一个文件
This commit is contained in:
@@ -591,6 +591,8 @@ int ah_add_oem_ext(char *buf)
|
||||
{
|
||||
printf(NEW_LINE"Cannot open image file(%s)."NEW_LINE, file_name);
|
||||
return 0;
|
||||
} else {
|
||||
printf(NEW_LINE"Open image file(%s)."NEW_LINE, file_name);
|
||||
}
|
||||
memcpy(buf,oem_magic_str,strlen(oem_magic_str));
|
||||
buf += strlen(oem_magic_str);
|
||||
|
Reference in New Issue
Block a user