summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjoye <joye>2014-08-04 17:35:39 (GMT)
committerjoye <joye>2014-08-04 17:35:39 (GMT)
commitd5e243eb7f742cdbd9bd84fa21cb2f5c348db3c3 (patch)
treefeb35e9da1d30662271dacdec664f85220bd9b5a /src
parentafcaba7a7667cdc98163435dd9587f456259a170 (diff)
downloadblt-d5e243eb7f742cdbd9bd84fa21cb2f5c348db3c3.zip
blt-d5e243eb7f742cdbd9bd84fa21cb2f5c348db3c3.tar.gz
blt-d5e243eb7f742cdbd9bd84fa21cb2f5c348db3c3.tar.bz2
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/bltVector.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltVector.C b/src/bltVector.C
index 83e9c0f..51a2596 100644
--- a/src/bltVector.C
+++ b/src/bltVector.C
@@ -261,7 +261,7 @@ int Blt::Vec_GetIndexRange(Tcl_Interp* interp, Vector* vPtr, const char *string,
int ielem;
char* colon = NULL;
if (flags & INDEX_COLON)
- colon = strchr(string, ':');
+ colon = (char*)strchr(string, ':');
if (colon != NULL) {
if (string == colon) {