aboutsummaryrefslogtreecommitdiff
path: root/src/utility
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-02-14 13:31:59 +0100
committerAdrian Kummerlaender2016-02-14 13:31:59 +0100
commitf8eecef184c8684a3ed27712ccf8f7f866d47c40 (patch)
tree7f74badacd65fdd23afcdbebc1985e92ea06193a /src/utility
parent055bd52fd88f49b8aef4da4b7b7c6b38cb1f7e3e (diff)
downloadchange-f8eecef184c8684a3ed27712ccf8f7f866d47c40.tar
change-f8eecef184c8684a3ed27712ccf8f7f866d47c40.tar.gz
change-f8eecef184c8684a3ed27712ccf8f7f866d47c40.tar.bz2
change-f8eecef184c8684a3ed27712ccf8f7f866d47c40.tar.lz
change-f8eecef184c8684a3ed27712ccf8f7f866d47c40.tar.xz
change-f8eecef184c8684a3ed27712ccf8f7f866d47c40.tar.zst
change-f8eecef184c8684a3ed27712ccf8f7f866d47c40.zip
Reduce `ChangeTracker` public _interface_ to `track`
Diffstat (limited to 'src/utility')
-rw-r--r--src/utility/io.h2
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];