Skip to content

Commit

Permalink
Update STRLEN in file.h to 100 (from 80)
Browse files Browse the repository at this point in the history
This is to allow NetworkManager interface UUID's be used for filename
(e.g.  /usr/local/var/run/NetworkManager/nm-l2tp-ppp-options-9f4f010a-daea-4aff-8a17-37646f353699)

Based on feedback from dkosovic
  • Loading branch information
shussain committed Jul 7, 2017
1 parent cdc973d commit f114c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#ifndef _FILE_H
#define _FILE_H

#define STRLEN 80 /* Length of a string */
#define STRLEN 100 /* Length of a string */

/* Definition of a keyword */
struct keyword
Expand Down

0 comments on commit f114c10

Please sign in to comment.