summaryrefslogtreecommitdiff
path: root/source/LCDriver.cpp
diff options
context:
space:
mode:
authorunknown <xvsnepe@.seavus-dev2.com>2012-01-04 13:33:09 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2012-05-25 14:41:30 +0200
commite80c74d2b26a3ac5e8fc818d749fdcf60181d101 (patch)
treedd0f9d89413076b1ecc6216f92024b8ee77bd5a2 /source/LCDriver.cpp
parentf2be658909048b1050bf66c14324cccce852a931 (diff)
Add LCD/LCM compatibility check version 2
Small changes for LCD/LCM compatibility check added. ST-Ericsson ID: 362575 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: Ic8d9b0940cc9c949aac84cea8abca4f95c992a93 Signed-off-by: unknown <xvsnepe@.seavus-dev2.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/39382 Reviewed-by: QABUILD Tested-by: Vlatko STENKOSKI Tested-by: Cvetko MLADENOVSKI <cvetko.mladenovski@seavus.com> Reviewed-by: Zoran ANCEVSKI <zoran.ancevski@seavus.com>
Diffstat (limited to 'source/LCDriver.cpp')
-rw-r--r--source/LCDriver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/LCDriver.cpp b/source/LCDriver.cpp
index 0754e5e..9af739e 100644
--- a/source/LCDriver.cpp
+++ b/source/LCDriver.cpp
@@ -42,8 +42,8 @@ LCDRIVER_API int __cdecl Initialize(LCDContext *pContext, const char *InterfaceI
SwitchProtocolFamily(*pContext, R15_PROTOCOL_FAMILY);
SetMessageCallback(*pContext, Message_fn);
SetProgressCallback(*pContext, ProgressBar_fn);
-
- return StartContext(*pContext, Instance);
+ Result = StartContext(*pContext, Instance);
+ return Result;
} else {
return 0;
}