summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfmartian <FredMartian@gmail.com>2025-12-09 13:09:37 +0100
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-12-10 20:33:58 +0200
commit71721b8c1c7e095a3f8cbb907d9438fd846a07c7 (patch)
tree2e7c31b146b11524fb11589be1f5715bd9cfcf7a
parent2c8f8fd6b4cae17bf8f74e422327b052d212a7ab (diff)
Update indra/llcommon/llfile.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
-rwxr-xr-xindra/llcommon/llfile.h2
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