aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mod/mod-submit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-submit.cxx b/mod/mod-submit.cxx
index ad1b716..a4ee158 100644
--- a/mod/mod-submit.cxx
+++ b/mod/mod-submit.cxx
@@ -300,7 +300,7 @@ handle (request& rq, response& rs)
// troubleshooting.
//
td = dir_path (options_->submit_temp () /
- dir_path (path::traits::temp_name (ref)));
+ dir_path (path::traits_type::temp_name (ref)));
// It's highly unlikely but still possible that the temporary directory
// already exists. This can only happen due to the unclean web server