Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7e02371

Browse files
author
Michael Meskes
committed
Fixed mixing of two enum datatypes.
1 parentaa23c70 commit7e02371

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
staticbool
62-
get_int_item(intlineno,void*var,enumECPGdtypevartype,intvalue)
62+
get_int_item(intlineno,void*var,enumECPGttypevartype,intvalue)
6363
{
6464
switch (vartype)
6565
{
@@ -102,7 +102,7 @@ get_int_item(int lineno, void *var, enum ECPGdtype vartype, int value)
102102
}
103103

104104
staticbool
105-
get_char_item(intlineno,void*var,enumECPGdtypevartype,char*value,intvarcharsize)
105+
get_char_item(intlineno,void*var,enumECPGttypevartype,char*value,intvarcharsize)
106106
{
107107
switch (vartype)
108108
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp