diff options
| author | fmartian <FredMartian@gmail.com> | 2025-12-09 13:09:37 +0100 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-12-10 20:33:58 +0200 |
| commit | 71721b8c1c7e095a3f8cbb907d9438fd846a07c7 (patch) | |
| tree | 2e7c31b146b11524fb11589be1f5715bd9cfcf7a | |
| parent | 2c8f8fd6b4cae17bf8f74e422327b052d212a7ab (diff) | |
Update indra/llcommon/llfile.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| -rwxr-xr-x | indra/llcommon/llfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llfile.h b/indra/llcommon/llfile.h index 87c8b80321..b007fcaf02 100755 --- a/indra/llcommon/llfile.h +++ b/indra/llcommon/llfile.h @@ -347,7 +347,7 @@ public: /// @returns bytes written on success, or -1 on failure /// return the file stat structure for filename - static int stat(const std::string& filename, llstat* file_status, const char *fname = nullptr, int suppress_warning = ENOENT); + static int stat(const std::string& filename, llstat* file_status, const char *operation = nullptr, int suppress_warning = ENOENT); ///< for compatibility with existing uses of LL_File::stat() we use ENOENT as default in the /// optional 'suppress_warning' parameter to avoid spamming the log with warnings when the API /// is used to detect if a file exists |
