Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 163f0b2

Browse files
author
Michael Meskes
committed
Removed my debug printf() call from numeric.c
1 parent bdae05f commit 163f0b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/interfaces/ecpg/pgtypeslib/numeric.c

-1
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,6 @@ PGTYPESnumeric_from_long(signed long int long_val, numeric *var)
13381338
signed long int extract;
13391339
signed long int reach_limit;
13401340

1341-
printf("l=%ld\n", long_val);
13421341
if (abs_long_val < 0)
13431342
{
13441343
abs_long_val *= -1;

0 commit comments

Comments
 (0)