diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1665,7 +1665,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only, | |||
| 1665 | else | 1665 | else |
| 1666 | if (user && was_question_voted(user, id)) | 1666 | if (user && was_question_voted(user, id)) |
| 1667 | closed = 1; /* we already voted; closed for us */ | 1667 | closed = 1; /* we already voted; closed for us */ |
| 1668 | else | 1668 | |
| 1669 | if ((f_closed = xs_dict_get(msg, "closed")) != NULL) { | 1669 | if ((f_closed = xs_dict_get(msg, "closed")) != NULL) { |
| 1670 | /* it has a closed date... but is it in the past? */ | 1670 | /* it has a closed date... but is it in the past? */ |
| 1671 | time_t t0 = time(NULL); | 1671 | time_t t0 = time(NULL); |