Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rhabacker:linkedprojecttest
mingw32-abiword
abiword-3.0.2-build-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File abiword-3.0.2-build-fix.patch of Package mingw32-abiword
--- abiword-3.0.2/plugins/collab/core/sync/xp/Synchronizer.cpp.orig 2023-04-22 01:48:36.431878476 +0200 +++ abiword-3.0.2/plugins/collab/core/sync/xp/Synchronizer.cpp 2023-04-22 01:49:32.227935678 +0200 @@ -199,16 +199,10 @@ (void *) this ); UT_DEBUGMSG(("Created message window: HWND 0x%x\n", m_hWnd)); - switch ((INT_PTR)m_hWnd) - { - case NULL: - UT_DEBUGMSG(("Win32 error: %d.\n", GetLastError())); - break; - default: - sm_iMessageWindows++; - break; - // ok! - }; + if (!m_hWnd) + UT_DEBUGMSG(("Win32 error: %d.\n", GetLastError())); + else + sm_iMessageWindows++; } #else
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor