one day fix this mess
This commit is contained in:
parent
cfd49b316f
commit
6d845af1a9
|
@ -399,7 +399,7 @@ public class BinaryProtocol {
|
||||||
|
|
||||||
offset += requestSize;
|
offset += requestSize;
|
||||||
}
|
}
|
||||||
if (arguments.saveFile) {
|
if (arguments != null && arguments.saveFile) {
|
||||||
try {
|
try {
|
||||||
ConfigurationImageFile.saveToFile(image, CONFIGURATION_RUSEFI_BINARY);
|
ConfigurationImageFile.saveToFile(image, CONFIGURATION_RUSEFI_BINARY);
|
||||||
Msq tune = MsqFactory.valueOf(image);
|
Msq tune = MsqFactory.valueOf(image);
|
||||||
|
|
Loading…
Reference in New Issue