[Xfce4-commits] [xfce/xfce4-settings] 01/01: Increase max vendor	name length to 78
    noreply at xfce.org 
    noreply at xfce.org
       
    Sat Jun 16 04:40:31 CEST 2018
    
    
  
This is an automated email from the git hooks/post-receive script.
b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-settings.
commit 39151d8ded72ccfd67017680f9f9502801ca22c8
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Fri Jun 15 22:40:25 2018 -0400
    Increase max vendor name length to 78
---
 dialogs/display-settings/display-name.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dialogs/display-settings/display-name.c b/dialogs/display-settings/display-name.c
index 5e6a6fd..1d3ee55 100644
--- a/dialogs/display-settings/display-name.c
+++ b/dialogs/display-settings/display-name.c
@@ -41,7 +41,7 @@ typedef struct Vendor Vendor;
 struct Vendor
 {
     const char vendor_id[4];
-    const char vendor_name[77];
+    const char vendor_name[78];
 };
 
 /*
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list