mirror of
https://github.com/arabianq/build_msp.git
synced 2026-04-27 22:11:23 +00:00
remove unnecessary filesyste::
This commit is contained in:
+3
-3
@@ -61,9 +61,9 @@ int main(int argc, char *argv[])
|
||||
if (parse_args(argc, argv, input_path, output_path, manifest_path) == 1)
|
||||
return 0;
|
||||
|
||||
input_path = filesystem::absolute(input_path);
|
||||
output_path = filesystem::absolute(output_path);
|
||||
manifest_path = filesystem::absolute(manifest_path);
|
||||
input_path = absolute(input_path);
|
||||
output_path = absolute(output_path);
|
||||
manifest_path = absolute(manifest_path);
|
||||
|
||||
if (check_pathes(input_path, output_path, manifest_path) == 1)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user