Revision: 10031 http://pure-data.svn.sourceforge.net/pure-data/?rev=10031&view=rev Author: eighthave Date: 2008-06-18 10:37:32 -0700 (Wed, 18 Jun 2008)
Log Message: ----------- removed extraneous post
Modified Paths: -------------- branches/pd-extended/v0-40/pd/src/import.c
Modified: branches/pd-extended/v0-40/pd/src/import.c =================================================================== --- branches/pd-extended/v0-40/pd/src/import.c 2008-06-18 17:30:18 UTC (rev 10030) +++ branches/pd-extended/v0-40/pd/src/import.c 2008-06-18 17:37:32 UTC (rev 10031) @@ -77,7 +77,6 @@ break; case A_SYMBOL: library_name = atom_getsymbol(argv); - post("loading %s", library_name->s_name); if (!load_library(x,library_name->s_name)) pd_error(x, "[import]: ERROR: can't load library in '%s'", library_name->s_name);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.