Differences From Artifact [018d7e7aad]:
- File src/forum.c — part of check-in [71fe590e99] at 2020-08-22 03:06:56 on branch andygoth-forum-refactor — Guard against an infinite loop in certain pathological edit patterns (user: andygoth size: 44146) [more...]
To Artifact [71dee6d7a6]:
- File src/forum.c — part of check-in [a872067f7e] at 2020-08-22 16:24:53 on branch trunk — Fix harmless compiler warnings. (user: drh size: 44150)
| ︙ | |||
730 731 732 733 734 735 736 | 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 | - + |
int froot;
char *zThreadTitle;
const char *zName = P("name");
const char *zMode = PD("t","a");
int bRaw = PB("raw");
int bUnf = PB("unf");
int bHist = PB("hist");
|
| ︙ |