BubSys: fix crash

This commit is contained in:
tildearrow 2023-01-12 23:17:32 -05:00
parent 21ab10c30c
commit e3073a22e9
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ void DivPlatformBubSysWSG::acquire(short** buf, size_t len) {
if (out>32767) out=32767;
//printf("out: %d\n",out);
buf[0][h]=buf[1][h]=out;
buf[0][h]=out;
}
}