aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libexplain/files/patch-libexplain_buffer_errno_acl__set__file.c
blob: 8a46541b4e044b2c2bda4887b4ade9a6f82ffcd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libexplain/buffer/errno/acl_set_file.c.orig	2013-12-08 01:47:33 UTC
+++ libexplain/buffer/errno/acl_set_file.c
@@ -195,7 +195,7 @@ explain_buffer_errno_acl_set_file_explanation(explain_
 #ifdef _PC_ACL_PATH_MAX
                 if (explain_option_dialect_specific())
                 {
-                    explain_string_buffer_printf(" (%d > %d)", num, max);
+                    explain_string_buffer_printf(sb, " (%d > %d)", num, max);
                 }
 #endif
                 break;