Skip to content
Snippets Groups Projects
Commit 1595bb80 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Bigfix in fallback Fifo.

Rev: lib/modules/Thread.pmod:1.38
parent 980a0eba
No related branches found
No related tags found
No related merge requests found
...@@ -781,6 +781,7 @@ class Fifo ...@@ -781,6 +781,7 @@ class Fifo
array try_read_array() array try_read_array()
{ {
array ret;
switch (num) { switch (num) {
case 0: case 0:
ret = ({}); ret = ({});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment