We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554ca69 commit 1373ba5Copy full SHA for 1373ba5
src/interfaces/ecpg/ecpglib/misc.c
@@ -432,7 +432,7 @@ ECPGis_noind_null(enum ECPGttype type, const void *ptr)
432
return true;
433
break;
434
case ECPGt_bytea:
435
- if (((struct ECPGgeneric_bytea *) ptr)->len == 0)
+ if (((const struct ECPGgeneric_bytea *) ptr)->len == 0)
436
437
438
case ECPGt_decimal:
0 commit comments