summaryrefslogtreecommitdiff
path: root/src/main/ActiveThorns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/ActiveThorns.c')
-rw-r--r--src/main/ActiveThorns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/ActiveThorns.c b/src/main/ActiveThorns.c
index 4d6438ac..54b1f455 100644
--- a/src/main/ActiveThorns.c
+++ b/src/main/ActiveThorns.c
@@ -936,7 +936,7 @@ int CCTKi_ActivateThorns(const char *activethornlist)
n_warnings = 0;
/* Parse list of activated thorns */
- for(token = strtok(local_list, " \t\n"); token; token = strtok(NULL," \t\n"))
+ for(token = strtok(local_list, " \r\t\n"); token; token = strtok(NULL," \r\t\n"))
{
switch (Util_StringListAdd(activated_thorns, token))
{