summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/zenutils/source/update_patch/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/zenutils/source/update_patch/main.cpp b/utils/zenutils/source/update_patch/main.cpp
index 8e8d1ac..d23bbb2 100644
--- a/utils/zenutils/source/update_patch/main.cpp
+++ b/utils/zenutils/source/update_patch/main.cpp
@@ -102,7 +102,7 @@ int process_arguments(int argc, char* argv[])
if (verbose)
std::cout << "[*] Parsing options file..." << std::endl;
- GetPot optfile(options_name(updatername.c_str()).c_str());
+ GetPot optfile(options_name(updatername).c_str());
if (verbose)
optfile.print();