SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
sysutils/cfengine/patches/patch-libpromises_evalfunction_c
Normal file
11
sysutils/cfengine/patches/patch-libpromises_evalfunction_c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- libpromises/evalfunction.c.orig Mon Jan 18 22:52:24 2016
|
||||
+++ libpromises/evalfunction.c Mon Jan 18 22:52:49 2016
|
||||
@@ -5520,7 +5520,7 @@ static FnCallResult FnCallStrftime(ARG_UNUSED EvalCont
|
||||
if (tm == NULL)
|
||||
{
|
||||
Log(LOG_LEVEL_WARNING,
|
||||
- "Function %s, the given time stamp '%ld' was invalid. (strftime: %s)",
|
||||
+ "Function %s, the given time stamp '%lld' was invalid. (strftime: %s)",
|
||||
fp->name, when, GetErrorStr());
|
||||
}
|
||||
else if (PortablyFormatTime(buffer, sizeof(buffer),
|
Loading…
Add table
Add a link
Reference in a new issue