Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Tustin committed Mar 13, 2018
1 parent 0cf6442 commit 6e31b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg-merge/pkgmerge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ void merge(map<string, Package> packages) {

printf("\t[work] copying root package file to new file...");
auto merged_file = fs::path(full_merged_file);
printf("done\n");

// Deal with root file first
fs::copy_file(pkg.file, merged_file, fs::copy_options::update_existing);
printf("done\n");

// Using C API from here on because it just works and is fast
FILE *merged = fopen(full_merged_file.c_str(), "a+");
Expand Down

0 comments on commit 6e31b31

Please sign in to comment.