fix some undefined behaviour with increments in C. In theory a
authorAndrew Tridgell <tridge@samba.org>
Fri, 17 Jan 2003 04:09:23 +0000 (04:09 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 17 Jan 2003 04:09:23 +0000 (04:09 +0000)
commit31482b2c6b0936b0b999eb2e001e5613f721745a
treeef75d08e4e5c6514327933dfd43d1d819295cc77
parent5183aada246122540d6ed453f7f384cd2ebb0821
fix some undefined behaviour with increments in C. In theory a
compiler could have produced complete crap for this code.
(This used to be commit 0e90da0810b60dd1c2b1ec46c1a2993856b919d3)
source3/lib/util_str.c