From: <ai...@us...> - 2009-03-11 02:42:55
|
Revision: 9711 http://plplot.svn.sourceforge.net/plplot/?rev=9711&view=rev Author: airwin Date: 2009-03-11 02:42:36 +0000 (Wed, 11 Mar 2009) Log Message: ----------- Make driver information consistently terminate with line feed. Modified Paths: -------------- trunk/drivers/dg300.c trunk/drivers/hpgl.c Modified: trunk/drivers/dg300.c =================================================================== --- trunk/drivers/dg300.c 2009-03-11 02:40:07 UTC (rev 9710) +++ trunk/drivers/dg300.c 2009-03-11 02:42:36 UTC (rev 9711) @@ -10,7 +10,7 @@ #include "drivers.h" /* Device info */ -PLDLLIMPEXP_DRIVER const char* plD_DEVICE_INFO_dg300 = "dg300:DG300 Terminal:0:dg300:25:dg300"; +PLDLLIMPEXP_DRIVER const char* plD_DEVICE_INFO_dg300 = "dg300:DG300 Terminal:0:dg300:25:dg300\n"; void plD_dispatch_init_dg ( PLDispatchTable *pdt ); Modified: trunk/drivers/hpgl.c =================================================================== --- trunk/drivers/hpgl.c 2009-03-11 02:40:07 UTC (rev 9710) +++ trunk/drivers/hpgl.c 2009-03-11 02:42:36 UTC (rev 9711) @@ -45,7 +45,7 @@ "hp7580:HP 7580 Plotter File (Large Plotter):0:hpgl:35:hp7580\n" #endif #if defined(PLD_lj_hpgl) - "lj_hpgl:HP Laserjet III, HPGL emulation mode:0:hpgl:36:lj_hpgl" + "lj_hpgl:HP Laserjet III, HPGL emulation mode:0:hpgl:36:lj_hpgl\n" #endif ; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |