Ticket #12775: 0022-BluetoothServer.cpp-fix-gcc6-build.patch

File 0022-BluetoothServer.cpp-fix-gcc6-build.patch, 848 bytes (added by mt, 8 years ago)
  • src/servers/bluetooth/BluetoothServer.cpp

    From ca273703793db7e9d00158f950c1298208d5e9f6 Mon Sep 17 00:00:00 2001
    From: Murai Takashi <tmurai01@gmail.com>
    Date: Thu, 12 May 2016 21:07:10 +0900
    Subject: [PATCH 22/22] BluetoothServer.cpp: fix gcc6 build
    
    ---
     src/servers/bluetooth/BluetoothServer.cpp | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/src/servers/bluetooth/BluetoothServer.cpp b/src/servers/bluetooth/BluetoothServer.cpp
    index c8b0110..234d055 100644
    a b bool BluetoothServer::QuitRequested(void)  
    7474{
    7575    LocalDeviceImpl* lDeviceImpl = NULL;
    7676    while ((lDeviceImpl = (LocalDeviceImpl*)
    77         fLocalDevicesList.RemoveItem((int32)0)) != NULL)
     77        fLocalDevicesList.RemoveItemAt((int32)0)) != NULL)
    7878        delete lDeviceImpl;
    7979
    8080    _RemoveDeskbarIcon();