gdriver bugfix
This commit is contained in:
parent
b2b3859e62
commit
2d81114256
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ GDriver *gdriverRegister(const GDriverVMT *vmt, void *param) {
|
|||
if (dhead)
|
||||
dtail->driverchain = pd;
|
||||
else
|
||||
dhead = pd;
|
||||
dhead = dtail = pd;
|
||||
|
||||
// Do the post init
|
||||
if (vmt->postinit)
|
||||
|
|
Loading…
Add table
Reference in a new issue