1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 206825.

This commit is contained in:
Ken Ryall 2007-10-19 15:14:43 +00:00
parent d4e9478c8e
commit de0b85c913

View file

@ -127,7 +127,7 @@ public class CDebugUIUtils {
valueString = CDebugUIMessages.getString( "CDTDebugModelPresentation.24" ); //$NON-NLS-1$
label.append( valueString );
}
else if ( type == null || !type.isStructure() ) {
else if ( type == null ) {
if ( valueString.length() > 0 ) {
label.append( valueString );
}