X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a950964746f6cebea710308f7dba68bdfb424694..ad4db7f315347c48c83ba8065e1e9a9405d029e0:/src/plugins/file_system/s4u_FileSystem.cpp diff --git a/src/plugins/file_system/s4u_FileSystem.cpp b/src/plugins/file_system/s4u_FileSystem.cpp index 3892c2dc80..6b6313011c 100644 --- a/src/plugins/file_system/s4u_FileSystem.cpp +++ b/src/plugins/file_system/s4u_FileSystem.cpp @@ -336,7 +336,7 @@ int File::unlink() local_disk_->extension()->decr_used_size(size_); // Remove the file from storage - content->erase(fullpath_); + content->erase(path_); return 0; }