OSSP CVS Repository

ossp - Check-in [4237]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4237
Date: 2001-Jul-23 18:45:10 (local)
2001-Jul-23 16:45:10 (UTC)
User:simons
Branch:
Comment: Use %lld instead of %Ld.
Tickets:
Inspections:
Files:
ossp-pkg/xds/regression-tests/xml-int64.c      1.1 -> 1.2     1 inserted, 1 deleted
ossp-pkg/xds/regression-tests/xml-uint64.c      1.1 -> 1.2     1 inserted, 1 deleted

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;
             }
         }


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

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

CVSTrac 2.0.1