mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
Fix cppcheck warnings.
This commit is contained in:
@@ -37,7 +37,7 @@ static char const DontEscapeMe[] =
|
||||
int system1(char const *cmd)
|
||||
{
|
||||
int stdin_dup = dup(STDIN_FILENO);
|
||||
int devnull = -1;
|
||||
int devnull;
|
||||
int r;
|
||||
|
||||
if (stdin_dup >= 0) {
|
||||
|
||||
Reference in New Issue
Block a user