aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-05-06 00:26:11 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-05-06 00:26:11 -0400
commitbcef0d3a3b48b050a51fec6bce57e528d07001cf (patch)
tree9132fc80027d06b536383fbf7944c21fd2dc06a3 /lib
parent8b8e3f399c652e511fd6fa432fedf728ed053123 (diff)
downloadspmc-bcef0d3a3b48b050a51fec6bce57e528d07001cf.tar.gz
Add TODO item
Diffstat (limited to 'lib')
-rw-r--r--lib/install.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/install.c b/lib/install.c
index 32348e2..9fb80c2 100644
--- a/lib/install.c
+++ b/lib/install.c
@@ -278,6 +278,7 @@ int spm_do_install(SPM_Hierarchy *fs, ManifestList *mf, StrList *packages) {
if (package_path == NULL) {
free(package_path);
free(package_localpath);
+ // TODO: set spmerrno here
exit(1);
}
fetched = 1;