Explicitly cast the strchr() return value to stop VC++ 2k5 bleating about losing...
authorDave Page <dpage@pgadmin.org>
Thu, 31 Aug 2006 08:24:18 +0000 (08:24 +0000)
committerDave Page <dpage@pgadmin.org>
Thu, 31 Aug 2006 08:24:18 +0000 (08:24 +0000)
commit3f35218f86f27d20efb57c5d8ca513d3242a791d
treeee1fb620c8ed5fad070e32d5a3418f341f046a7d
parent47667dfc29f09da244ce040998cec34a4ee29a63
Explicitly cast the strchr() return value to stop VC++ 2k5 bleating about losing the const qualifier.
pgxalib.cpp