mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 05:32:02 +00:00
cat: fix priority type
Needs to be "int", not "char". Spotted by Frederic Crozat.
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@
|
||||
#include "build.h"
|
||||
|
||||
static char *arg_identifier = NULL;
|
||||
static char arg_priority = LOG_INFO;
|
||||
static int arg_priority = LOG_INFO;
|
||||
static bool arg_level_prefix = true;
|
||||
|
||||
static int help(void) {
|
||||
|
||||
Reference in New Issue
Block a user