aboutsummaryrefslogtreecommitdiff
path: root/src/templating
diff options
context:
space:
mode:
Diffstat (limited to 'src/templating')
-rw-r--r--src/templating/templating_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templating/templating_api.c b/src/templating/templating_api.c
index 6d5c7c791..50356e45a 100644
--- a/src/templating/templating_api.c
+++ b/src/templating/templating_api.c
@@ -414,8 +414,8 @@ TALER_TEMPLATING_init (const char *subsystem)
}
GNUNET_asprintf (&dn,
"%s/%s/templates/",
- subsystem,
- path);
+ path,
+ subsystem);
GNUNET_free (path);
}
ret = GNUNET_DISK_directory_scan (dn,