From: Chris B. <buc...@us...> - 2011-03-30 22:13:32
|
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 "SFCC - Small Footprint CIM Client". The branch, master has been updated via 8710f4ef375acfa4f2177d8e785c9783de1a805f (commit) from e2b78eb8ad893ed4cbe931f06e872b302e867534 (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 8710f4ef375acfa4f2177d8e785c9783de1a805f Author: buccella <buc...@li...> Date: Wed Mar 30 18:13:20 2011 -0400 fixed compiler warning ----------------------------------------------------------------------- Summary of changes: diff --git a/TEST/v2test_im.c b/TEST/v2test_im.c index 8592662..832a4fd 100644 --- a/TEST/v2test_im.c +++ b/TEST/v2test_im.c @@ -87,8 +87,8 @@ int main() if (status.msg) CMRelease(status.msg); if (!status.rc) { - char *cv = value2Chars(retval.type,&(retval.value)); - printf("result(s):\n\treturn value: "%s"\n", cv); + char *cv = value2Chars(retval.type,(CMPIValue*)&(retval.value)); + printf("result(s):\n\treturn value: \"%s\"\n", cv); } if (objectpath) CMRelease(objectpath); hooks/post-receive -- SFCC - Small Footprint CIM Client |