From 0da6358f373c2736626b4189a3e7e413e107b9a0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 20 Jul 1998 16:57:18 +0000 Subject: Cleanup use of 16 that should be NAMEDATALEN. --- src/interfaces/odbc/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/odbc') diff --git a/src/interfaces/odbc/connection.h b/src/interfaces/odbc/connection.h index e5d380c5cf..c1b4c32e28 100644 --- a/src/interfaces/odbc/connection.h +++ b/src/interfaces/odbc/connection.h @@ -83,7 +83,7 @@ typedef enum { #define NO_AUTHENTICATION 7 #define PATH_SIZE 64 #define ARGV_SIZE 64 -#define NAMEDATALEN 16 +#define NAMEDATALEN 32 typedef unsigned int ProtocolVersion; -- cgit v1.2.1