FreeBSD Bugzilla – Attachment 255325 Details for
Bug 282875
net-p2p/litecoin fix build with boost-libs 1.85+
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-src_wallet_bdb.cpp
patch-src_wallet_bdb.cpp (text/plain), 562 bytes, created by
adrian
on 2024-11-20 14:37:40 UTC
(
hide
)
Description:
patch-src_wallet_bdb.cpp
Filename:
MIME Type:
Creator:
adrian
Created:
2024-11-20 14:37:40 UTC
Size:
562 bytes
patch
obsolete
>--- src/wallet/bdb.cpp 2024-03-28 17:05:26.000000000 +0000 >+++ src/wallet/bdb.cpp 2024-11-20 13:23:51.628575000 +0000 >@@ -627,7 +627,7 @@ > return false; > } > >- fs::copy_file(pathSrc, pathDest, fs::copy_option::overwrite_if_exists); >+ fs::copy_file(pathSrc, pathDest, fs::copy_options::overwrite_existing); > LogPrintf("copied %s to %s\n", strFile, pathDest.string()); > return true; > } catch (const fs::filesystem_error& e) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
adrian:
maintainer-approval?
(
hsw
)
Actions:
View
|
Diff
Attachments on
bug 282875
:
255324
| 255325 |
255326