aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-07-08 11:29:46 +0200
committerLouis Burda <quent.burda@gmail.com>2021-07-08 11:29:46 +0200
commit14169f5bc456ec45a746ecd554adfa825a6e9f5a (patch)
tree8110982aafd59dec563d8e46f64c72d08a51a476 /src/util.c
parent1796e089187e177cda34159ec131000799698aee (diff)
downloadenowars5-service-stldoctor-14169f5bc456ec45a746ecd554adfa825a6e9f5a.tar.gz
enowars5-service-stldoctor-14169f5bc456ec45a746ecd554adfa825a6e9f5a.zip
added script to host service locally on port for easier memory leak debugging and checking in/out/stderr, also made file locking / unlocking less racey
now flush locks after acquiring and before unlocking
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 241c2f4..2832f03 100644
--- a/src/util.c
+++ b/src/util.c
@@ -144,4 +144,3 @@ strpfcmp(const char *prefix, const char *str)
{
return strncmp(prefix, str, strlen(prefix));
}
-