K 10 svn:author V 6 marcel K 8 svn:date V 27 2005-01-27T22:46:15.000000Z K 7 svn:log V 223 Fix the unaligned store with post increment test: The misaligned pointer stopped pointing to the value the moment we wrote it due to the post increment. So, grab the value for comparison out of the data structure directly. END