File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ exec sql end declare section;
150150 exec sql describe st_id2 using descriptor sqlda2;
151151 exec sql describe st_id2 into sqlda3;
152152
153- if (sqlda1 == NULL || sqlda1 == NULL || sqlda2 == NULL)
153+ if (sqlda1 == NULL || sqlda2 == NULL || sqlda3 == NULL)
154154 exit(1);
155155
156156 strcpy(msg, "get descriptor");
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ if (sqlca.sqlcode < 0) exit (1);}
362362#line 151 "describe.pgc"
363363
364364
365- if (sqlda1 == NULL || sqlda1 == NULL || sqlda2 == NULL )
365+ if (sqlda1 == NULL || sqlda2 == NULL || sqlda3 == NULL )
366366 exit (1 );
367367
368368 strcpy (msg , "get descriptor" );
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ if (sqlca.sqlcode < 0) exit (1);}
360360#line 151 "describe.pgc"
361361
362362
363- if (sqlda1 == NULL || sqlda1 == NULL || sqlda2 == NULL )
363+ if (sqlda1 == NULL || sqlda2 == NULL || sqlda3 == NULL )
364364 exit (1 );
365365
366366 strcpy (msg , "get descriptor" );
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ exec sql end declare section;
150150 exec sql describe st_id2 using descriptor sqlda2;
151151 exec sql describe st_id2 into sqlda3;
152152
153- if (sqlda1 == NULL || sqlda1 == NULL || sqlda2 == NULL)
153+ if (sqlda1 == NULL || sqlda2 == NULL || sqlda3 == NULL)
154154 exit(1);
155155
156156 strcpy(msg, "get descriptor");
You can’t perform that action at this time.
0 commit comments