From: Geoffrey F. <fu...@us...> - 2001-08-27 18:05:57
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv10207/src Modified Files: plctrl.c Log Message: Add const qualifier to source string of plstrdup(), so that we can use this to make duplicates in the case where the caller is providing a const char * but the callee needs a char *. |