On Wed, Jun 21, 2000 at 07:18:20PM -0700, Dave Peticolas wrote:
> Autosaving: every autosave_period() time units {
> if (database_has_changed()) {
> save_database_to_file("<original name>.autosave");
> if (error)
> report_error_to_gui();
> }
> }
As for explicit saves, the autosave should be done to a temporary
file, then moved to the original spot. (Or is this too nitpicky?)
Probably the temporary files should be in /tmp or /usr/tmp and contain
the process number.
--Dylan Thurston
--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]