From 3e1edfc9d9aa54ac789dbed99b0ecfc55aba879c Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Fri, 13 Feb 2015 10:56:45 +0100 Subject: [PATCH] Fixing buffer size estimate comment. --- src/hstr_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hstr_utils.c b/src/hstr_utils.c index d19e578..7ac67c2 100644 --- a/src/hstr_utils.c +++ b/src/hstr_utils.c @@ -13,7 +13,7 @@ #define DEFAULT_COMMAND "pwd" #define PROC_HOSTNAME "/proc/sys/kernel/hostname" -// TODO PID_BUFFER 11+ characters might be enough +// TODO PID_BUFFER 20+ characters might be enough #define PID_BUFFER_SIZE 128 // strdup() not in ISO C