Skip to content

Commit 76fce74

Browse files
committed
Use more descriptive unused value
1 parent 85b437a commit 76fce74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_phongo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ bool phongo_query_init(php_phongo_query_t *query, bson_t *filter, bson_t *option
332332
bson_t tmp;
333333

334334
bson_init_static(&tmp, data, len);
335-
bson_copy_to_excluding_noinit(&tmp, query->query, "nadastrada", NULL);
335+
bson_copy_to_excluding_noinit(&tmp, query->query, "not-used-value", NULL);
336336
bson_destroy (&tmp);
337337
}
338338
}

0 commit comments

Comments
 (0)