quark

quark web server
git clone git://git.suckless.org/quark
Log | Files | Refs | LICENSE

commit 58450ffced8b75dd4e8e6e61b2753ee16126e26a
parent 283bf91a0e411cd2a1b8b9212752aa7841ca77c7
Author: Laslo Hunhold <dev@frign.de>
Date:   Wed, 21 Jun 2017 10:37:39 +0200

Fix wording a little bit

Diffstat:
Mquark.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quark.c b/quark.c @@ -463,7 +463,7 @@ normabspath(char *path) int done = 0; char *p, *q, *lastp; - /* force and skip first slash */ + /* require and skip first slash */ if (path[0] != '/') { return 1; }