X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ffs%2Fdir.cpp;h=08328548440ae6a18fdf8668d7db2aaeda182c87;hp=bc7a8fec1b7fd9374c51dfa69165637341aad758;hb=eeb6ed7b20d56578ff8c68f3c94e887d5ac768ee;hpb=e1452710edb6b1d0ebceb4b9273dae4b2f899630 diff --git a/source/fs/dir.cpp b/source/fs/dir.cpp index bc7a8fe..0832854 100644 --- a/source/fs/dir.cpp +++ b/source/fs/dir.cpp @@ -21,10 +21,8 @@ namespace FS { namespace { -/** -Helper function to determine the location of the program's executable. Caches -the last result to cut down filesystem access with repeated calls. -*/ +/** Helper function to determine the location of the program's executable. +Caches the last result to cut down filesystem access with repeated calls. */ const Path &get_bin_dir(const string &argv0) { static string last_argv0;