diff options
| author | Philip Kaufmann <[email protected]> | 2012-10-05 19:27:39 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-10-05 23:31:58 +0200 |
| commit | 95e625d23546d181e14e223f0a0a79c63211c63b (patch) | |
| tree | 9250efbfb6271aaffcbee69e43f7056d679e2adb /src/qt/bitcoinstrings.cpp | |
| parent | Merge pull request #1905 from laanwj/2012_10_startup_gui_error (diff) | |
| download | discoin-95e625d23546d181e14e223f0a0a79c63211c63b.tar.xz discoin-95e625d23546d181e14e223f0a0a79c63211c63b.zip | |
fix wrong (signed/unsigned) printf format specifier in bitcoinrpc.cpp
- also includes the required bitcoinstrings.cpp update
Diffstat (limited to 'src/qt/bitcoinstrings.cpp')
| -rw-r--r-- | src/qt/bitcoinstrings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index 53e729727..b92a26c4a 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -19,7 +19,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:" "@STRENGTH)"), QT_TRANSLATE_NOOP("bitcoin-core", "" -"An error occurred while setting up the RPC port %i for listening on IPv6, " +"An error occurred while setting up the RPC port %u for listening on IPv6, " "falling back to IPv4: %s"), QT_TRANSLATE_NOOP("bitcoin-core", "" "An error occurred while setting up the RPC port %u for listening on IPv4: %s"), |