diff options
author | Lioncash <mathew1800@gmail.com> | 2018-07-21 23:04:24 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-07-21 23:08:55 -0400 |
commit | c5de0a67a82c641518590a12cf394eed4b85ccaf (patch) | |
tree | beb7ef55d87872f810c19fd76aa3e6b0af620ea9 /src/core/core.cpp | |
parent | 53a219f163941988826aec4496a61ec36c69ce7d (diff) |
file_util: Remove goto usages from Copy()
We can just leverage std::unique_ptr to automatically close these for us
in error cases instead of jumping to the end of the function to call
fclose on them.
Diffstat (limited to 'src/core/core.cpp')
0 files changed, 0 insertions, 0 deletions