aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_configuration.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-10-27 09:21:14 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-10-27 09:21:14 +0000
commit71f77f1be3d6e2da1b88fe4a4fdd44c3c69b5325 (patch)
tree5570130fdab90ad02f4b5bfda414d13161f0f3d1 /src/util/test_configuration.c
parent1d7368a52af332af35ec6de22affef4f5f0c1da4 (diff)
downloadgnunet-71f77f1be3d6e2da1b88fe4a4fdd44c3c69b5325.tar.gz
gnunet-71f77f1be3d6e2da1b88fe4a4fdd44c3c69b5325.zip
Changed GNUNET_TIME_Absolute and GNUNET_TIME_Relative to allow safe comparisons between time values
Diffstat (limited to 'src/util/test_configuration.c')
-rw-r--r--src/util/test_configuration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_configuration.c b/src/util/test_configuration.c
index fd2b91bfb..429e03178 100644
--- a/src/util/test_configuration.c
+++ b/src/util/test_configuration.c
@@ -144,7 +144,7 @@ diffsCallBack (void *cls,
144 cbData->section = section; 144 cbData->section = section;
145 printf ("\nSection: %s\n", section); 145 printf ("\nSection: %s\n", section);
146 } 146 }
147 printf ("%s = %s\n", option, value); 147 printf ("%s = %s\n", option, abs_value);
148#endif 148#endif
149 default: 149 default:
150 break; 150 break;