diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/QuickMedia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp index ddc50d5..b47ab13 100644 --- a/src/QuickMedia.cpp +++ b/src/QuickMedia.cpp @@ -1889,7 +1889,7 @@ namespace QuickMedia { } void Program::select_file(const std::string &filepath) { - puts(filepath.c_str()); + printf("%s", filepath.c_str()); selected_files.clear(); selected_files.push_back(filepath); } |