mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Merge branch 'master' into CPlusPlus
This commit is contained in:
commit
165a5aaa83
1 changed files with 1 additions and 1 deletions
2
util.cpp
2
util.cpp
|
@ -128,7 +128,7 @@ static int q_realloc( dyn_queue_t *q )
|
||||||
{
|
{
|
||||||
void **old_start = q->start;
|
void **old_start = q->start;
|
||||||
void **old_stop = q->stop;
|
void **old_stop = q->stop;
|
||||||
int diff;
|
ptrdiff_t diff;
|
||||||
int new_size;
|
int new_size;
|
||||||
|
|
||||||
new_size = 2*(q->stop-q->start);
|
new_size = 2*(q->stop-q->start);
|
||||||
|
|
Loading…
Reference in a new issue