Upload files to "/"
This commit is contained in:
parent
fb751c82d9
commit
14ec1caae5
1 changed files with 1 additions and 1 deletions
2
img.c
2
img.c
|
@ -369,7 +369,7 @@ void build_html(const char *file, const struct UNIQ_TAGS ut, struct DB_STR *db)
|
||||||
while (p != NULL) {
|
while (p != NULL) {
|
||||||
struct DB_STR *i = p->next;
|
struct DB_STR *i = p->next;
|
||||||
|
|
||||||
if (count > POST_PER_PAGE) {
|
if (count >= POST_PER_PAGE) {
|
||||||
count = 0;
|
count = 0;
|
||||||
pages++;
|
pages++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue