Huw Davies : wineps: Add the duplex entry to the list.
Module: wine Branch: master Commit: cd83f8857664bd5635d7fb7ad28962ff3f116312 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cd83f8857664bd5635d7fb7ad2... Author: Huw Davies <huw(a)codeweavers.com> Date: Fri Apr 13 12:57:47 2012 +0100 wineps: Add the duplex entry to the list. --- dlls/wineps.drv/ppd.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/wineps.drv/ppd.c b/dlls/wineps.drv/ppd.c index 456195d..6ee11b0 100644 --- a/dlls/wineps.drv/ppd.c +++ b/dlls/wineps.drv/ppd.c @@ -894,6 +894,7 @@ PPD *PSDRV_ParsePPD(char *fname) duplex->WinDuplex = DMDUP_SIMPLEX; } tuple.option = tuple.opttrans = tuple.value = NULL; + list_add_tail( &ppd->Duplexes, &duplex->entry ); } else if(!strcmp("*DefaultDuplex", tuple.key)) {
participants (1)
-
Alexandre Julliard