diff options
| author | 2018-07-21 23:04:24 -0400 | |
|---|---|---|
| committer | 2018-07-21 23:08:55 -0400 | |
| commit | c5de0a67a82c641518590a12cf394eed4b85ccaf (patch) | |
| tree | beb7ef55d87872f810c19fd76aa3e6b0af620ea9 /src/common/string_util.cpp | |
| parent | Merge pull request #759 from lioncash/redundant (diff) | |
| download | yuzu-c5de0a67a82c641518590a12cf394eed4b85ccaf.tar.gz yuzu-c5de0a67a82c641518590a12cf394eed4b85ccaf.tar.xz yuzu-c5de0a67a82c641518590a12cf394eed4b85ccaf.zip | |
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/common/string_util.cpp')
0 files changed, 0 insertions, 0 deletions