printingservices/printerdriversupport/src/FBSDRV.CPP
branchRCL_3
changeset 7 5e51caaeeb72
parent 0 5d03bc08d59c
--- a/printingservices/printerdriversupport/src/FBSDRV.CPP	Tue Apr 27 17:59:32 2010 +0300
+++ b/printingservices/printerdriversupport/src/FBSDRV.CPP	Tue May 11 17:25:23 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1997-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -390,7 +390,7 @@
 EXPORT_C TBool CFbsDrvControl::TransformBuffer()
 	{	
 	TInt i;
-	for (i = iScanLine->Des().Length() - 1; (i >= 0) && (iScanLine->Des()[i] == 0xFF); i--)
+	for (i = iScanLine->Length() - 1; (i >= 0) && (iScanLine->Des()[i] == 0xFF); i--)
 		{
 		}
 	TInt length = i + 1;