Commit 7f463c49 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: win32 warning killing

parent 70a73ff7
......@@ -350,7 +350,7 @@ DiscOpenPanel::DiscOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
GetVolumeInformationW( drive, psz_name, 511, NULL, NULL, NULL, NULL, 0 );
QString displayName = FromWide( drive );
if( !EMPTY_STR(psz_name) ) {
if( !*psz_name ) {
displayName = displayName + " - " + FromWide( psz_name );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment