start moving beyond PMModelItemInfo
[pspp] / dump-float.c
index 21aa391d068cc319a863100348a0b01f9cf53782..7f5b7c880fa385e221542aa725b915f5264fafd4 100644 (file)
@@ -21,7 +21,7 @@ print_float (const uint8_t *b)
 int
 main (void)
 {
-  uint8_t b[] = { 0x1f, 0x05, 0, 0, 0xa2, 3, 0, 0, 0x64, 0, 0, 0 };
+  uint8_t b[] = { 0, 0, 0, 0, 0, 0, 8, 0x40 };
   int n = sizeof b;
   for (int i = 0; i <= n - 8; i++)
     print_double (b + i);