graphical fixes
This commit is contained in:
parent
7a09cb9c61
commit
be99702b84
@ -804,7 +804,7 @@ void genurls() {
|
|||||||
int i;
|
int i;
|
||||||
char *url;
|
char *url;
|
||||||
for (i=0;i<tagged_count;i++) {
|
for (i=0;i<tagged_count;i++) {
|
||||||
if (i % 6) {
|
if (i % 6 == 0 && i != 0) {
|
||||||
// pause
|
// pause
|
||||||
s_printf(get_string(6));
|
s_printf(get_string(6));
|
||||||
s_getc();
|
s_getc();
|
||||||
@ -826,6 +826,8 @@ void genurls() {
|
|||||||
}
|
}
|
||||||
free(tagged_files);
|
free(tagged_files);
|
||||||
tagged_count = 0;
|
tagged_count = 0;
|
||||||
|
s_printf(get_string(6));
|
||||||
|
s_getc();
|
||||||
#else
|
#else
|
||||||
s_printf(get_string(258));
|
s_printf(get_string(258));
|
||||||
s_printf(get_string(6));
|
s_printf(get_string(6));
|
||||||
|
Reference in New Issue
Block a user