OSSP CVS Repository

ossp - Difference in ossp-pkg/xds/regression-tests/xml-int64.c versions 1.1 and 1.2
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/xds/regression-tests/xml-int64.c 1.1 -> 1.2

--- xml-int64.c  2001/07/23 16:17:44     1.1
+++ xml-int64.c  2001/07/23 16:45:10     1.2
@@ -104,7 +104,7 @@
             }
         if (val != values[i])
             {
-            printf("Decoded value (%Ld) does not match the original value (%Ld)!\n", val, values[i]);
+            printf("Decoded value (%lld) does not match the original value (%lld)!\n", val, values[i]);
             return 1;
             }
         }

CVSTrac 2.0.1