aboutsummaryrefslogtreecommitdiff
path: root/lib/manifest.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-04-19 22:26:47 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-04-19 22:26:47 -0400
commit4cd31e08440e438c3dfd1f224babdc627d591530 (patch)
tree45bc365f9dbfca37f2aaf8e7a4635ea0903acf91 /lib/manifest.c
parenta5dc69b99b66b5e97ccfbb5a397c1dccf8843a82 (diff)
downloadspmc-4cd31e08440e438c3dfd1f224babdc627d591530.tar.gz
hmm
Diffstat (limited to 'lib/manifest.c')
-rw-r--r--lib/manifest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/manifest.c b/lib/manifest.c
index 1bd90b6..b494969 100644
--- a/lib/manifest.c
+++ b/lib/manifest.c
@@ -443,9 +443,9 @@ Manifest *manifest_read(char *file_or_url) {
if (total_records == 0) {
spmerrno = SPM_ERR_MANIFEST_INVALID;
- } else if (total_records == 1) {
+ }/* else if (total_records == 1) {
spmerrno = SPM_ERR_MANIFEST_EMPTY;
- }
+ }*/
if (spmerrno) {
return NULL;