Add gnulib gettext module for config.rpath
[clinton/bobotpp.git] / BUGS
CommitLineData
7b3d2f2b 1Known Bugs (-*- text -*-) [import these into the savannah bug tracker]
2
0316e2c1 3
4FIXED:
7b3d2f2b 52 - A really wierd thing is happening--the bot is adding _two_ copies
6 of its own record to the UserList. The "real" one is at the front
7 of the list, but there is a still a "fake" one behind that one. I
8 used CScope to find all people calling the addUserFirst method of
9 UserList, but they all appear like they _should_ work because they
10 erase the first entry in the UserList first. I have a workaround
11 (I just increment the user list iterator twice to skip both
12 entries), but it isn't a very good long term solution (I have to
13 figure out why this is happening).