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