wineps: Add the duplex entry to the list.

This commit is contained in:
Huw Davies 2012-04-13 12:57:47 +01:00 committed by Alexandre Julliard
parent 16a5a5c91b
commit cd83f88576
1 changed files with 1 additions and 0 deletions

View File

@ -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)) {