mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
fix typo
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1328 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
79c4a6842c
commit
2575b44637
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ pa_memblock *pa_memblock_new_pool(pa_mempool *p, size_t length) {
|
||||||
b->type = PA_MEMBLOCK_POOL_EXTERNAL;
|
b->type = PA_MEMBLOCK_POOL_EXTERNAL;
|
||||||
b->data = mempool_slot_data(slot);
|
b->data = mempool_slot_data(slot);
|
||||||
} else {
|
} else {
|
||||||
pa_log_debug("Memory block to large for pool: %u > %u", length, p->block_size - sizeof(struct mempool_slot));
|
pa_log_debug("Memory block too large for pool: %u > %u", length, p->block_size - sizeof(struct mempool_slot));
|
||||||
p->stat.n_too_large_for_pool++;
|
p->stat.n_too_large_for_pool++;
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue