changeset 12462:c39154770a99 octave-forge

Update file pointer changed status after successful closing
author prnienhuis
date Thu, 01 May 2014 20:41:20 +0000
parents f87e10495905
children 916e243a5e05
files main/io/inst/private/__OCT_spsh_close__.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/private/__OCT_spsh_close__.m	Wed Apr 30 22:30:26 2014 +0000
+++ b/main/io/inst/private/__OCT_spsh_close__.m	Thu May 01 20:41:20 2014 +0000
@@ -71,6 +71,7 @@
         ## Delete temporary file
         unlink (xls.workbook);
       endif
+      xls.changed = 0;
     catch
       status = 1;
     end_try_catch