commit | bcad255cb44d3b1d933d396d9582765720850c9c | [log] [tgz] |
---|---|---|
author | Huw D M Davies <daviesh@abacus.physics.ox.ac.uk> | Sun Nov 01 13:02:27 1998 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Nov 01 13:02:27 1998 +0000 |
tree | 8ea7dd431a2919bc2c69d7fa3e5985e61d7fad1f | |
parent | 5359722ceb8b103e3fdfda01cb68693f939e048a [diff] [blame] |
Print a message if the PostScript driver can't find a PPD file.
diff --git a/graphics/psdrv/init.c b/graphics/psdrv/init.c index 6e42e9b..c425726 100644 --- a/graphics/psdrv/init.c +++ b/graphics/psdrv/init.c
@@ -340,6 +340,8 @@ HeapFree(PSDRV_Heap, 0, pi->Devmode); HeapFree(PSDRV_Heap, 0, pi); *last = NULL; + MSG("Couldn't find PPD file '%s', expect a crash now!\n", + pi->Devmode->dmDrvPrivate.ppdFileName); return NULL; }