dtfile: Resolve CID 89277

This commit is contained in:
Peter Howkins 2015-01-15 15:37:32 +00:00
parent 6a86dba654
commit d3dbc00c1f
1 changed files with 5 additions and 0 deletions

View File

@ -1465,6 +1465,11 @@ GetSelectionRectangle(
else
pixmap_x = x + highlightThickness;
}
else
{
fprintf(stderr, "GetSelectionRectangle: unsupported alignment %d , defaulting to Beginning\n", alignment);
pixmap_x = x + highlightThickness;
}
break;
case XmPIXMAP_LEFT:
default: