Commit aef5c1875e388b96db79251646d51c149f6f8358

Authored by 김태훈
Exists in master and in 2 other branches fhd, fhd-demo

Merge branch 'master' of 191.168.10.12:falinux/1611_0007_prime_oven

app/gui/oven_control/cookprogram.cpp
... ... @@ -472,6 +472,7 @@ void writeManual()
472 472 << e.coreTemp << "\n";
473 473 }
474 474  
  475 + stream.flush();
475 476 file.close();
476 477 sync();
477 478 }
... ...