ossp-pkg/xds/regression-tests/xml-uint64.c 1.2 -> 1.3
--- xml-uint64.c 2001/07/23 16:45:11 1.2
+++ xml-uint64.c 2001/07/24 13:50:15 1.3
@@ -103,7 +103,7 @@
}
if (val != values[i])
{
- printf("Decoded value (%llu) does not match the original value (%llu)!\n", val, values[i]);
+ printf("Decoded value does not match the original!\n");
return 1;
}
}
|
|