diff options
Diffstat (limited to 'src/core/os_modinfo.c')
-rw-r--r-- | src/core/os_modinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_modinfo.c b/src/core/os_modinfo.c index 1a358fd93..8f5e4cd99 100644 --- a/src/core/os_modinfo.c +++ b/src/core/os_modinfo.c @@ -24,7 +24,7 @@ class CommandOSModInfo : public Command { } - CommandReturn Execute(User *u, std::vector<ci::string> ¶ms) + CommandReturn Execute(User *u, const std::vector<ci::string> ¶ms) { const char *file = params[0].c_str(); struct tm tm; |