* ParsePref() was passing NULL values to the target buffer of the string tokenizer...
authorArt Cancro <ajc@citadel.org>
Wed, 21 Jan 2009 04:48:37 +0000 (04:48 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 21 Jan 2009 04:48:37 +0000 (04:48 +0000)
commit58f4b42b92231fc75532578af66cc5b776d1a54a
tree7467df2ff7b64743cb5f08ce87cc1e8827221f71
parentd0a0f80d028074581d112f4b06c7f085b7ac9731
* ParsePref() was passing NULL values to the target buffer of the string tokenizer, causing all preferences to be thrown away upon reading.  Added allocation of StrBuf's for Key and Val members, so it has someplace to store them.
webcit/preferences.c