summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c
index 5cff28f..2b7ab50 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -3801,7 +3801,7 @@ frestore (char *data, rp_screen *s)
return NULL;
}
list_add_tail (&new->node, &fset);
- token = strtok_r (NULL, ",", nexttok);
+ token = strtok_r (NULL, ",", &nexttok);
}
free (dup);