Skip to content

Commit 1d1868d

Browse files
author
Michael Meskes
committed
Removed one output because integer/double usage differ
1 parent ca6a4ff commit 1d1868d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces/ecpg/test/pgtypeslib/dt_test2.pgc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ main(void)
9595
sprintf(t, "%s %s", dates[i], times[j]);
9696
ts1 = PGTYPEStimestamp_from_asc(t, NULL);
9797
text = PGTYPEStimestamp_to_asc(ts1);
98-
printf("TS[%d,%d]: %s\n",
98+
if (i != 19 || j != 3) /* timestamp as integer or double differ for this case */
99+
printf("TS[%d,%d]: %s\n",
99100
i, j, errno ? "-" : text);
100101
free(text);
101102
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy