X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a09cd1895ece68cbc4562cbc6aa104affb6071f8..04a18b0d958a3c7507089dc374e71bdad143981d:/src/msw/registry.cpp diff --git a/src/msw/registry.cpp b/src/msw/registry.cpp index 0191ef8d82..70dd768c12 100644 --- a/src/msw/registry.cpp +++ b/src/msw/registry.cpp @@ -1231,7 +1231,7 @@ wxString wxRegKey::FormatValue(const wxString& name) const if ( !QueryValue(name, &value) ) break; - rhs.Printf(_T("dword:%08x"), value); + rhs.Printf(_T("dword:%08x"), (unsigned int)value); } break;