* ParsePref() was passing NULL values to the target buffer of the string tokenizer...
commit3fe9863a5ba138d0d72fe7f9f99ff777dd9c50f9
authorajc <ajc@c9418f8e-8c02-0410-9258-ad310909226a>
Wed, 21 Jan 2009 04:48:37 +0000 (21 04:48 +0000)
committerajc <ajc@c9418f8e-8c02-0410-9258-ad310909226a>
Wed, 21 Jan 2009 04:48:37 +0000 (21 04:48 +0000)
tree7467df2ff7b64743cb5f08ce87cc1e8827221f71
parent39094da8b2f549606474510621db33066552f03b
* 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.

git-svn-id: svn://uncensored.citadel.org/trunk@6976 c9418f8e-8c02-0410-9258-ad310909226a
webcit/preferences.c