Skip to content

Commit ebefcec

Browse files
committed
Bluetooth: fix result printing
1 parent c151bf0 commit ebefcec

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.6.3
2+
3+
Bugfixes:
4+
* Fix module not working (Bluetooth)
5+
16
# 2.6.2
27

38
Bugfixes:

src/modules/bluetooth/bluetooth.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ static void printDevice(FFBluetoothOptions* options, const FFBluetoothResult* de
2424

2525
if (!device->connected)
2626
ffStrbufAppendS(&buffer, " [disconnected]");
27+
28+
ffStrbufPutTo(&buffer, stdout);
2729
}
2830
else
2931
{

0 commit comments

Comments
 (0)