Skip to content
Snippets Groups Projects
Commit b4494ae7 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

remove a bug with option f in function movefile

parent 295f7987
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ classdef kml < handle
kmzFilename = fullfile(p,[fn '.kmz']);
zip(kmzFilename,vertcat({filename},this.includeFiles(:)).');
delete(filename);
movefile([kmzFilename '.zip'],kmzFilename),'f';
movefile([kmzFilename '.zip'],kmzFilename,'f');
this.filename = kmzFilename;
else
this.filename = filename;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment