diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2022-01-31 17:25:17 +0200 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2022-01-31 17:25:17 +0200 |
commit | c9605d74204f2502ba57b8e9acd21350f07bf032 (patch) | |
tree | 0f961263f97730b3388ad25a3af48b1b5b6cccfd /src/lib.c | |
parent | 53ab9ae05a579a19c626e8be0c1e2cf9244bf863 (diff) | |
download | foodtools-c9605d74204f2502ba57b8e9acd21350f07bf032.tar.gz foodtools-c9605d74204f2502ba57b8e9acd21350f07bf032.tar.bz2 foodtools-c9605d74204f2502ba57b8e9acd21350f07bf032.zip |
Move project to autoconf
Diffstat (limited to 'src/lib.c')
-rw-r--r-- | src/lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ collect_library(char *** dst, char * argv[], int argc, int optind) fp = popen("/bin/find /home/gramanas/code/foodtools/lib/ -name '*.rcp'", "r"); if (fp == NULL) { fprintf(stderr, "Couldn't run /bin/find\n"); - exit(1); + return 0; } /* Read the output a line at a time */ |