From: Maurice L. <ml...@us...> - 2002-01-24 08:49:12
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv15984 Modified Files: plargs.c Log Message: Fixed a bug in parsing of the -geometry option for plrender/tk, due to a side effect of strtok(). Changed all occurances of strtok() to go through a temporary char buffer to prevent future occurances. |