Skip to content

Commit b0f0657

Browse files
committed
Update bsp-ls
1 parent 8e3cb3e commit b0f0657

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/bsp-ls.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ void print_group_info(hid_t g, const char* name) {
3535
assert(format_ != NULL);
3636
char* format_string = cJSON_GetStringValue(format_);
3737

38-
cJSON* nnz_ = cJSON_GetObjectItemCaseSensitive(binsparse, "nnz");
38+
cJSON* nnz_ =
39+
cJSON_GetObjectItemCaseSensitive(binsparse, "number_of_stored_values");
3940
assert(nnz_ != NULL);
4041
size_t nnz = cJSON_GetNumberValue(nnz_);
4142

0 commit comments

Comments
 (0)