summaryrefslogtreecommitdiff
path: root/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2009-05-22 21:52:47 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2009-05-22 21:52:47 +0000
commit5315a585aef9161dcd60c1dd5114fa5b5ca455fa (patch)
tree4cf778d04cb929425cc9f3bda13c2a3c96342b0c /src/VBox/Frontends/VBoxFB/VBoxFB.cpp
parentd59fa6cae85d1202317fbb6b6bc619ba01e4a9ab (diff)
downloadVirtualBox-svn-5315a585aef9161dcd60c1dd5114fa5b5ca455fa.tar.gz
IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what it returns. Renamed hardened version of it as well.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@19924 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Frontends/VBoxFB/VBoxFB.cpp')
-rw-r--r--src/VBox/Frontends/VBoxFB/VBoxFB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Frontends/VBoxFB/VBoxFB.cpp b/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
index a1e34d0fcd7..e7a7f8c8c0f 100644
--- a/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
+++ b/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
@@ -136,7 +136,7 @@ int main(int argc, char *argv[])
// get the path to the executable
char appPath [RTPATH_MAX];
- RTPathProgram (appPath, RTPATH_MAX);
+ RTPathExecDir (appPath, RTPATH_MAX);
nsCOMPtr<nsIFile> nsAppPath;
{