[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2589-gf2395b9
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2011-11-29 15:30:54
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via f2395b95af9042578f27f92d8c3eafdfbdb9c08a (commit)
from 16407dce439cc9d4223edacfae98f2cad84b6e05 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f2395b95af9042578f27f92d8c3eafdfbdb9c08a
Author: Fabien Marteau <fab...@ar...>
Date: Tue Nov 29 16:29:36 2011 +0100
[package][straton_ios] adding a usefull error message under exchange function
-----------------------------------------------------------------------
Summary of changes:
target/packages/straton_ios/apf27_ios.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/target/packages/straton_ios/apf27_ios.c b/target/packages/straton_ios/apf27_ios.c
index a64986d..cce6ef2 100755
--- a/target/packages/straton_ios/apf27_ios.c
+++ b/target/packages/straton_ios/apf27_ios.c
@@ -72,6 +72,7 @@ int straton_ios_exchange(str_param *pParams, int index,
*value_out = button_getvalue();
return EXCHANGE_GET;
default :
+ printf("Error unknown type : %d, index %d\n", pParams->type, pParams->index);
return -1;
}
return 0;
hooks/post-receive
--
armadeus
|