Lioncash d3a52e45e3 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.
2018-07-30 08:48:58 +08:00
..
2018-06-30 08:01:49 +08:00
2016-03-13 04:54:23 +01:00
2018-06-29 16:56:12 +03:00
2018-07-22 21:04:29 +01:00
2018-05-13 11:34:45 +01:00
2017-03-01 23:30:57 +02:00
2018-05-13 11:34:45 +01:00
2016-12-05 19:09:16 +01:00
2016-12-26 10:41:26 +02:00
2018-07-21 16:16:21 +02:00