mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-07 02:04:13 +00:00
xfree86: drivers: ast: fix missing struct initialization
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
3939104272
commit
d91acc7f2d
@@ -491,7 +491,7 @@ Bool
|
||||
ASTSetMode(ScrnInfoPtr pScrn, DisplayModePtr mode)
|
||||
{
|
||||
ASTRecPtr pAST;
|
||||
VBIOS_MODE_INFO vgamodeinfo;
|
||||
VBIOS_MODE_INFO vgamodeinfo = { 0 };
|
||||
|
||||
pAST = ASTPTR(pScrn);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user