X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ad2642665c0d0a2f8ea35066864e565b8541fff2..5e9351c7145890c8105dd81af2f09cd6dc50383f:/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 bfa07cc1c0..12dd673424 100644 --- a/src/plugins/file_system/s4u_FileSystem.cpp +++ b/src/plugins/file_system/s4u_FileSystem.cpp @@ -329,7 +329,7 @@ FileSystemDiskExt::FileSystemDiskExt(const Disk* ptr) const char* size_str = ptr->get_property("size"); std::string dummyfile; if (size_str) - size_ = surf_parse_get_size(dummyfile, -1, size_str, "disk size", ptr->get_name()); + size_ = xbt_parse_get_size(dummyfile, -1, size_str, "disk size " + ptr->get_name()); const char* current_mount_str = ptr->get_property("mount"); if (current_mount_str)