File src/filehandling_functions.c changed (mode: 100644) (index 7fe7b12..51d7fe1) |
... |
... |
create_indirect_tag_table() |
1113 |
1113 |
/* display error message to make the user aware of |
/* display error message to make the user aware of |
1114 |
1114 |
* the broken info page |
* the broken info page |
1115 |
1115 |
*/ |
*/ |
1116 |
|
char msg[81]; |
|
1117 |
|
snprintf(msg, 81, "%s '%s' (%s)", |
|
|
1116 |
|
char msg[1024]; |
|
1117 |
|
snprintf(msg, 1024, "%s '%s' (%s)", |
1118 |
1118 |
_("Can't open file"), indirect[i].filename, |
_("Can't open file"), indirect[i].filename, |
1119 |
1119 |
_("press a key to continue") ); |
_("press a key to continue") ); |
1120 |
1120 |
attrset(bottomline); |
attrset(bottomline); |