From: <and...@us...> - 2011-10-21 12:37:48
|
Revision: 11999 http://plplot.svn.sourceforge.net/plplot/?rev=11999&view=rev Author: andrewross Date: 2011-10-21 12:37:41 +0000 (Fri, 21 Oct 2011) Log Message: ----------- Fix error in URL for reference to information on the use of const in C. Modified Paths: -------------- trunk/OLD-README.release trunk/README.release Modified: trunk/OLD-README.release =================================================================== --- trunk/OLD-README.release 2011-10-21 12:34:16 UTC (rev 11998) +++ trunk/OLD-README.release 2011-10-21 12:37:41 UTC (rev 11999) @@ -148,7 +148,7 @@ The general documentation and safety justification for such const modifier changes to our API is given in -http://www.cprogrammbing.com/tutorial/const_correctness.html. +http://www.cprogramming.com/tutorial/const_correctness.html. Essentially, the above const modifier changes constitute our guarantee that the associated arrays are not changed internally by the PLplot libraries. Modified: trunk/README.release =================================================================== --- trunk/README.release 2011-10-21 12:34:16 UTC (rev 11998) +++ trunk/README.release 2011-10-21 12:37:41 UTC (rev 11999) @@ -206,7 +206,7 @@ The general documentation and safety justification for such const modifier changes to our API is given in -http://www.cprogrammbing.com/tutorial/const_correctness.html. +http://www.cprogramming.com/tutorial/const_correctness.html. Essentially, the above const modifier changes constitute our guarantee that the associated arrays are not changed internally by the PLplot libraries. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |