Skip to content

Commit 7e02371

Browse files
author
Michael Meskes
committed
Fixed mixing of two enum datatypes.
1 parent aa23c70 commit 7e02371

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/interfaces/ecpg/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,5 +977,10 @@ Tue Oct 17 08:09:16 CEST 2000
977977
Tue Oct 17 17:36:30 CEST 2000
978978

979979
- Fixed some bugs in C language parsing.
980+
981+
Sun Oct 22 15:35:53 CEST 2000
982+
983+
- Fixed typos in descriptor.c.
984+
980985
- Set ecpg version to 2.8.0.
981986
- Set library version to 3.2.0.

src/interfaces/ecpg/lib/descriptor.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ECPGget_desc_header(int lineno, char *desc_name, int *count)
5959
}
6060

6161
static bool
62-
get_int_item(int lineno, void *var, enum ECPGdtype vartype, int value)
62+
get_int_item(int lineno, void *var, enum ECPGttype vartype, int value)
6363
{
6464
switch (vartype)
6565
{
@@ -102,7 +102,7 @@ get_int_item(int lineno, void *var, enum ECPGdtype vartype, int value)
102102
}
103103

104104
static bool
105-
get_char_item(int lineno, void *var, enum ECPGdtype vartype, char *value, int varcharsize)
105+
get_char_item(int lineno, void *var, enum ECPGttype vartype, char *value, int varcharsize)
106106
{
107107
switch (vartype)
108108
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy