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

Commit1373ba5

Browse files
committed
Add const qualifier
New code introduced in050710b. Thelack of const is not currently a compiler warning, but it's nice tohave for consistency with surrounding code.
1 parent554ca69 commit1373ba5

File tree

1 file changed

+1
-1
lines changed
  • src/interfaces/ecpg/ecpglib

1 file changed

+1
-1
lines changed

‎src/interfaces/ecpg/ecpglib/misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ ECPGis_noind_null(enum ECPGttype type, const void *ptr)
432432
return true;
433433
break;
434434
caseECPGt_bytea:
435-
if (((structECPGgeneric_bytea*)ptr)->len==0)
435+
if (((conststructECPGgeneric_bytea*)ptr)->len==0)
436436
return true;
437437
break;
438438
caseECPGt_decimal:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp