successfully parse trhough the model on descriptives-only, correlations-only
[pspp] / dump-float.c
index 718d2a113bb1f593a43487d10469933dd1757f95..7f5b7c880fa385e221542aa725b915f5264fafd4 100644 (file)
@@ -21,7 +21,7 @@ print_float (const uint8_t *b)
 int
 main (void)
 {
-  uint8_t b[] = { 0xc3, 0xe2, 0xb7, 0xc2, 0xb0, 0xe1, 0xb0, 0xfa };
+  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);