wineps: Add the duplex entry to the list.
This commit is contained in:
parent
16a5a5c91b
commit
cd83f88576
|
@ -894,6 +894,7 @@ PPD *PSDRV_ParsePPD(char *fname)
|
||||||
duplex->WinDuplex = DMDUP_SIMPLEX;
|
duplex->WinDuplex = DMDUP_SIMPLEX;
|
||||||
}
|
}
|
||||||
tuple.option = tuple.opttrans = tuple.value = NULL;
|
tuple.option = tuple.opttrans = tuple.value = NULL;
|
||||||
|
list_add_tail( &ppd->Duplexes, &duplex->entry );
|
||||||
}
|
}
|
||||||
|
|
||||||
else if(!strcmp("*DefaultDuplex", tuple.key)) {
|
else if(!strcmp("*DefaultDuplex", tuple.key)) {
|
||||||
|
|
Loading…
Reference in New Issue