On Mon, Mar 31, 2003 at 11:53:50PM +0100, Max Bowsher wrote: >Max Bowsher wrote: >> Gary R. Van Sickle wrote: >>> Bigger and better than ever baby YEAH! >> >> - int i; >> - for (i = 0; i < NumPropPages; i++) >> + unmixed int i; >> + for (i = 0; i < PropertyPages.size(); i++) >> >> Gary, what is an unmixed int? :-) > >Gary, and everyone, please ignore me. > >I guess I should explain, though, for the curious. > >Outlook Express dislikes GPG signed mail. So when Robert sends a lot of >messages, I've taken to loading up the OE .dbx file in a hex editor, and >doing search/replace 'signed' -> 'mixed ' (to change the MIME type. > >OK, so now having explained my stupidity to the world, I leave you to read >some hopefully more intelligent email!
Hey, that's pretty funny, though. You had me reaching for my C++ reference! cgf
