mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 10:11:43 -05:00
Fix off-by-one token pointer in restore_tree
This commit is contained in:
parent
98e30c5fc2
commit
0d985477c6
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ bool restore_tree(const char *file_path)
|
||||||
for (int j = 0; j < s; j++) {
|
for (int j = 0; j < s; j++) {
|
||||||
monitor_t *m = restore_monitor(&t, json);
|
monitor_t *m = restore_monitor(&t, json);
|
||||||
add_monitor(m);
|
add_monitor(m);
|
||||||
t++;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
t++;
|
t++;
|
||||||
|
|
Loading…
Add table
Reference in a new issue