|
Lines 77-82
zseticcspace(i_ctx_t * i_ctx_p)
|
Link Here
|
|---|
|
dict_find_string(op, "N", &pnval); | dict_find_string(op, "N", &pnval); |
ncomps = pnval->value.intval; | ncomps = pnval->value.intval; |
| |
|
if (2*ncomps > sizeof(range_buff)/sizeof(float)) |
|
return_error(e_rangecheck); |
|
|
/* verify the DataSource entry */ | /* verify the DataSource entry */ |
if (dict_find_string(op, "DataSource", &pstrmval) <= 0) | if (dict_find_string(op, "DataSource", &pstrmval) <= 0) |
return_error(e_undefined); | return_error(e_undefined); |