swami / libinstpatch

Instrument file software library.
Other
20 stars 6 forks source link

fix missing flags (saved,changed) initialization #58

Closed jjceresa closed 4 years ago

jjceresa commented 4 years ago

1)This PR fixes missing initialization after a file has been written.

In ipatch_dls_writer_save():

2)Also after loading a dls file , in ipatch_dls_reader_fixup(), "changed" flag is reset. This fix https://github.com/swami/swami/issues/55 point 2.1