bob
caf1d43331
Improve error message
2024-10-15 12:52:45 +02:00
bob
06060dab7c
Fix exception in parse_ini_file()
2024-10-15 12:40:09 +02:00
bob
c718b76e1e
Fix root user detection
2024-09-26 15:14:49 +02:00
bob
1a9671625f
Add support for non-root installs
2024-09-26 12:56:21 +02:00
bob
73d8fce15c
Fix deps
2024-09-12 16:35:24 +02:00
bob
23efe8dc71
Replace Makefile with new version
2024-09-12 14:53:42 +02:00
bob
efeb61b480
Fix LDLIBS linker errors
2024-03-28 15:25:09 +01:00
bob
37c866054a
Fix regex for key-value-pair
...
First group was a greedy match for the key, followed by a greedy match
for the whitespace up to the '='. This caused the white space to become
a suffix of the key... Solved by making it a non-greedy match.
2024-03-27 17:07:30 +01:00
bob
6e0c828404
added real_path function; bumped version to 1.1
2020-08-23 17:21:19 +02:00