Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-06-19 06:57:54 +02:00
fd: move relative path string to library
Use a single static variable located in the library, instead of having a separate one for each compilation unit. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
@@ -529,6 +529,8 @@ namespace crucible {
|
||||
THROW_ERROR(runtime_error, "readlink: maximum buffer size exceeded");
|
||||
}
|
||||
|
||||
static string __relative_path;
|
||||
|
||||
string
|
||||
relative_path()
|
||||
{
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren