windowing/windowserver/debuglog/DebLogRD.CPP
branchRCL_3
changeset 163 bbf46f59e123
parent 18 5e30ef2e26cb
child 164 25ffed67c7ef
--- a/windowing/windowserver/debuglog/DebLogRD.CPP	Thu Aug 19 11:11:18 2010 +0300
+++ b/windowing/windowserver/debuglog/DebLogRD.CPP	Tue Aug 31 16:31:06 2010 +0300
@@ -72,6 +72,6 @@
 	ptr.Copy(aDes2);
 	buf.SetLength(bufLen+aDes2.Length());
 	_LIT(KDebugFormatString, "%S");
-	RDebug::Print(KDebugFormatString, &buf);
+	RDebug::Print(KDebugFormatString, &buf);	
 	}