Index: build_run.c =================================================================== --- build_run.c (revision 1450) +++ build_run.c (revision 1451) @@ -44,9 +44,9 @@ /* save data if necessary. It not needed, then don't trigger EmergencySave * via our atexit() registering of csch_emergency_save(). We presumably wanted to * exit here and thus it is not an emergency. */ -TODO("implemnent this:"); +TODO("implemnent this, but for multiple sheets:"); #if 0 - if (PCB->Changed && conf_core.editor.save_in_tmp) + if (sheet->changed && conf_core.editor.save_in_tmp) csch_emergency_save(); else csch_disable_emergency_save();