Commit 5488cc09 authored by claes's avatar claes

Qid to qcom_CreateQue was not zero

parent c60fa092
/* /*
* Proview $Id: jpwr_rt_qcom.c,v 1.3 2005-09-01 14:57:47 claes Exp $ * Proview $Id: jpwr_rt_qcom.c,v 1.4 2008-05-05 06:57:39 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -87,7 +87,7 @@ JNIEXPORT jobject JNICALL Java_jpwr_rt_Qcom_createIniEventQ ...@@ -87,7 +87,7 @@ JNIEXPORT jobject JNICALL Java_jpwr_rt_Qcom_createIniEventQ
jmethodID qcomrCreateQ_cid; jmethodID qcomrCreateQ_cid;
jobject return_obj; jobject return_obj;
jint jsts; jint jsts;
qcom_sQid qid; qcom_sQid qid = qcom_cNQid;
qcom_sQattr qAttr; qcom_sQattr qAttr;
qcom_sQid qini; qcom_sQid qini;
int sts; int sts;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment