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 dd86682 commit 1bd1c53Copy full SHA for 1bd1c53
qinterp1.c
@@ -76,7 +76,7 @@ int qInterp1_Setup( qInterp1_t * const i,
76
{
77
int retVal = 0;
78
79
- if ( ( NULL != i ) && ( sizeTable > 2U ) && ( NULL != xTable ) && ( NULL != xTable ) ) {
+ if ( ( NULL != i ) && ( sizeTable > 2U ) && ( NULL != xTable ) && ( NULL != yTable ) ) {
80
i->xData = xTable;
81
i->yData = yTable;
82
i->dataSize = sizeTable;
0 commit comments