aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/migration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/migration.c b/src/migration.c
index 1316d4c..a259c48 100644
--- a/src/migration.c
+++ b/src/migration.c
@@ -64,7 +64,7 @@ static int read_mapping(int idx, const char* which, cpu_set_t** set, size_t *sz)
64 CPU_ZERO_S(*sz, *set); 64 CPU_ZERO_S(*sz, *set);
65 65
66 /* process LSB chunks first (at the end of the str) and move backward */ 66 /* process LSB chunks first (at the end of the str) and move backward */
67 chunk_str = buf + len - 8; 67 chunk_str = buf + len - 9;
68 i = 0; 68 i = 0;
69 do 69 do
70 { 70 {