mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-13 05:43:37 -04:00
[patience] const char *
This commit is contained in:
parent
881f896e85
commit
cef8851646
@ -27,7 +27,7 @@
|
||||
static int alloc_try = 0;
|
||||
|
||||
static int
|
||||
patience(char *of)
|
||||
patience(const char *of)
|
||||
{
|
||||
++alloc_try;
|
||||
if (alloc_try < ALLOC_MAXTRIES) {
|
||||
|
Loading…
Reference in New Issue
Block a user