summaryrefslogtreecommitdiff
path: root/tuple.c
diff options
context:
space:
mode:
authorBruce Momjian2000-05-17 15:36:37 +0000
committerBruce Momjian2000-05-17 15:36:37 +0000
commit36c02de34bd70651f032280e1644031684f889b9 (patch)
tree6b1ad896ce8a9e3927668d1a92fa5987479c0720 /tuple.c
parent61190ea031ef5040aaa221ce69c2ef550ba87e53 (diff)
Back out odbc changes until 7.1.
Diffstat (limited to 'tuple.c')
-rw-r--r--tuple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuple.c b/tuple.c
index 303476f..802b533 100644
--- a/tuple.c
+++ b/tuple.c
@@ -22,7 +22,7 @@
void set_tuplefield_null(TupleField *tuple_field)
{
tuple_field->len = 0;
- tuple_field->value = NULL; /* strdup(""); */
+ tuple_field->value = NULL; // strdup("");
}
void set_tuplefield_string(TupleField *tuple_field, char *string)