--- a/halservices/hal/tsrc/t_newhal.cpp Wed Jun 09 10:31:37 2010 +0100
+++ b/halservices/hal/tsrc/t_newhal.cpp Tue Jul 06 11:40:58 2010 +0100
@@ -144,7 +144,7 @@
_S("ESerialNumber"),
_S("ECpuProfilingDefaultInterruptBase"),
_S("ENumCpus"),
-
+ _S("EDigitiserOrientation")
};
TInt MatchAbbrev(const TDesC& anInput, const TText** aList, TInt aListLen)
@@ -159,7 +159,7 @@
if (r>=0)
{
// substring matches
- if (r==0 && list_entry.Length()==anInput.Length())
+ if (r==0 && list_entry.Length()==anInput.Length())
{
// exact match
return i;