# HG changeset patch # User Sebastian Brannstrom # Date 1276602457 -3600 # Node ID f83263de1cc7be4b9e443c516b4d91955bad7521 # Parent a206027c856a0a35db277040a1b97b364e27b697 Bug 2946 - GCC compilation issues in BTSapSniffHandler.cpp. Note that the other reported errors are missing files, not GCC errors diff -r a206027c856a -r f83263de1cc7 bluetoothengine/btsap/src/BTSapSniffHandler.cpp --- a/bluetoothengine/btsap/src/BTSapSniffHandler.cpp Fri Jun 11 16:24:40 2010 +0100 +++ b/bluetoothengine/btsap/src/BTSapSniffHandler.cpp Tue Jun 15 12:47:37 2010 +0100 @@ -98,7 +98,7 @@ if(iIsLinkAdapterOpen) { // Start the sniffer timer - BTSAP_TRACE_OPT(KBTSAP_TRACE_INFO, BTSapPrintTrace(_L("[BTSap] CBTSapSniffHandler::Enable: Starting the sniff timer %d µsec"), KSniffInterval)); + BTSAP_TRACE_OPT(KBTSAP_TRACE_INFO, BTSapPrintTrace(_L("[BTSap] CBTSapSniffHandler::Enable: Starting the sniff timer %d \xB5sec"), KSniffInterval)); Cancel(); After(KSniffInterval);