From a36c201627e687e99d1c8b8f3b32e864cede7662 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 24 Jul 2022 23:02:16 +0200 Subject: fr-command-rar: Parameter 'line' can be declared with const --- src/fr-command-rar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fr-command-rar.c b/src/fr-command-rar.c index 0565eca..d6a724e 100644 --- a/src/fr-command-rar.c +++ b/src/fr-command-rar.c @@ -126,7 +126,7 @@ mktime_from_string (const char *date_s, } static gboolean -attribute_field_with_space (char *line) +attribute_field_with_space (const char *line) { /* sometimes when the archive is encrypted the attributes field is * like this: "* ..A...." -- cgit v1.2.1