[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fix code
- To: http://www.spamgourmet.com/~home.robertwork
- Subject: fix code
- From: http://dummy.us.eu.org/robert (Robert)
- Date: Tue, 03 Nov 2015 07:34:55 -0800
1. Change "while (p > beg)" to "while (p >= beg)".
2. Only call load_sv() if there is a newline.
3. Use a virtual function and a derived struct instead of raw callbacks in
gzlib.