diff options
Diffstat (limited to 'src/utility')
-rw-r--r-- | src/utility/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utility/io.h b/src/utility/io.h index 32d6ecb..4c09b30 100644 --- a/src/utility/io.h +++ b/src/utility/io.h @@ -33,7 +33,7 @@ class FileDescriptorGuard { }; -std::string get_file_name(int fd) { +std::string get_file_path(int fd) { char proc_link[20]; char file_name[256]; |