gdriver bugfix
This commit is contained in:
parent
8926f56bab
commit
ca71163aa0
@ -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…
Reference in New Issue
Block a user