From f9697c2430cec7ce4f1c24eea809dbc16fb0b84f Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko <pmwkaa@gmail.com> Date: Thu, 6 Jun 2013 17:40:41 +0400 Subject: [PATCH] tp.h: tp_select example correction. --- connector/c/include/tp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector/c/include/tp.h b/connector/c/include/tp.h index 9d2dcb08b4..4d886719bb 100644 --- a/connector/c/include/tp.h +++ b/connector/c/include/tp.h @@ -693,7 +693,7 @@ tp_call(struct tp *p, uint32_t flags, const char *name, size_t name_len) { * char buf[64]; * struct tp req; * tp_init(&req, buf, sizeof(buf), NULL, NULL); - * tp_select(&req, 0, 0, 0, 0); + * tp_select(&req, 0, 0, 0, 100); * tp_tuple(&req); * tp_sz(&req, "key"); */ -- GitLab