Revision: 10071 http://pure-data.svn.sourceforge.net/pure-data/?rev=10071&view=rev Author: eighthave Date: 2008-06-23 03:16:55 -0700 (Mon, 23 Jun 2008)
Log Message: ----------- minor cleanups on the version/credit posts
Modified Paths: -------------- branches/pd-extended/v0-40/externals/pidip/modules/pdp_colorgrid.c branches/pd-extended/v0-40/externals/pidip/system/pidip.c
Modified: branches/pd-extended/v0-40/externals/pidip/modules/pdp_colorgrid.c =================================================================== --- branches/pd-extended/v0-40/externals/pidip/modules/pdp_colorgrid.c 2008-06-23 09:34:32 UTC (rev 10070) +++ branches/pd-extended/v0-40/externals/pidip/modules/pdp_colorgrid.c 2008-06-23 10:16:55 UTC (rev 10071) @@ -41,7 +41,7 @@ static int guidebug=0; static int pointsize = 5;
-static char *pdp_colorgrid_version = "pdp_colorgrid: version 0.4, written by Yves Degoyon (ydegoyon@free.fr) & Lluis Gomez i Bigorda (lluis@artefacte.org)"; +static char *pdp_colorgrid_version = "pdp_colorgrid: version 0.4\nby Yves Degoyon (ydegoyon@free.fr) & Lluis Gomez i Bigorda (lluis@artefacte.org)";
#define COLORGRID_SYS_VGUI2(a,b) if (guidebug) \ post(a,b);\
Modified: branches/pd-extended/v0-40/externals/pidip/system/pidip.c =================================================================== --- branches/pd-extended/v0-40/externals/pidip/system/pidip.c 2008-06-23 09:34:32 UTC (rev 10070) +++ branches/pd-extended/v0-40/externals/pidip/system/pidip.c 2008-06-23 10:16:55 UTC (rev 10071) @@ -102,7 +102,7 @@ /* library setup routine */ void pidip_setup(void){
- post ("PiDiP : additional video processing objects for PDP : version " PDP_PIDIP_VERSION " ( ydegoyon@free.fr )\n"); + post ("PiDiP : additional video processing objects for PDP\n\tversion " PDP_PIDIP_VERSION " ( ydegoyon@free.fr )");
pdp_intrusion_setup(); pdp_yqt_setup();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.