mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.11.0t10.4
This commit is contained in:
4
func.c
4
func.c
@@ -6781,14 +6781,14 @@ f_blk(int count, VALUE **vals)
|
||||
int chunk; /* block chunk size */
|
||||
VALUE result;
|
||||
int id;
|
||||
VALUE *vp;
|
||||
VALUE *vp = NULL;
|
||||
int type;
|
||||
|
||||
/* initialize VALUE */
|
||||
result.v_type = V_BLOCK;
|
||||
result.v_subtype = V_NOSUBTYPE;
|
||||
|
||||
type = 0;
|
||||
type = V_NULL;
|
||||
if (count > 0) {
|
||||
vp = *vals;
|
||||
type = vp->v_type;
|
||||
|
Reference in New Issue
Block a user