summaryrefslogtreecommitdiffstats
path: root/src/s_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_struct.h')
-rw-r--r--src/s_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s_struct.h b/src/s_struct.h
index 2734618..31c80fc 100644
--- a/src/s_struct.h
+++ b/src/s_struct.h
@@ -60,7 +60,7 @@ struct s_lpipes
typedef struct s_line_block
{
- char lblock[ARG_MAX];
+ char *lblock;
uint8_t nextif;
struct s_line_block *next;
} t_line_block;