Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 12964
Collapse All | Expand All

(-)src/tools/qlibrary_unix.cpp.orig (-4 / +4 lines)
Lines 141-152 Link Here
141
    if ( !pHnd )
141
    if ( !pHnd )
142
	return TRUE;
142
	return TRUE;
143
143
144
    if ( dlclose( pHnd ) ) {
144
//    if ( dlclose( pHnd ) ) {
145
#if defined(QT_DEBUG) || defined(QT_DEBUG_COMPONENT)
145
#if defined(QT_DEBUG) || defined(QT_DEBUG_COMPONENT)
146
	qWarning( "%s", dlerror() );
146
//	qWarning( "%s", dlerror() );
147
#endif
147
#endif
148
	return FALSE;
148
//	return FALSE;
149
    }
149
//    }
150
150
151
    pHnd = 0;
151
    pHnd = 0;
152
    return TRUE;
152
    return TRUE;

Return to bug 12964