Bug 2946 - GCC compilation issues in BTSapSniffHandler.cpp. Note that the other reported errors are missing files, not GCC errors GCC_SURGE
authorSebastian Brannstrom <sebastianb@symbian.org>
Tue, 15 Jun 2010 12:47:37 +0100
branchGCC_SURGE
changeset 46 5ab02bc213db
parent 41 0b2439c3e397
Bug 2946 - GCC compilation issues in BTSapSniffHandler.cpp. Note that the other reported errors are missing files, not GCC errors
bluetoothengine/btsap/src/BTSapSniffHandler.cpp
--- a/bluetoothengine/btsap/src/BTSapSniffHandler.cpp	Tue Jul 06 14:27:09 2010 +0300
+++ 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);