diff options
| author | kaotisk <kaotisk@arching-kaos.org> | 2025-04-29 04:35:54 +0300 | 
|---|---|---|
| committer | kaotisk <kaotisk@arching-kaos.org> | 2025-04-29 04:35:54 +0300 | 
| commit | 456d022fc428447fb3b2662621d9fc55129d96f4 (patch) | |
| tree | 7237d3cc2d2a1ab7484e71adb5b63e7412630174 /c_implementation | |
| parent | 6f2616e0069354c1e415f513144f944b3f3823d8 (diff) | |
| download | arching-kaos-tools-456d022fc428447fb3b2662621d9fc55129d96f4.tar.gz arching-kaos-tools-456d022fc428447fb3b2662621d9fc55129d96f4.tar.bz2 arching-kaos-tools-456d022fc428447fb3b2662621d9fc55129d96f4.zip  | |
Both missing or one of those
Diffstat (limited to 'c_implementation')
| -rw-r--r-- | c_implementation/src/ak_fs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/c_implementation/src/ak_fs.c b/c_implementation/src/ak_fs.c index 3c620fc..4d9d214 100644 --- a/c_implementation/src/ak_fs.c +++ b/c_implementation/src/ak_fs.c @@ -307,7 +307,7 @@ int ak_fs_cat_file_from_root_hash(sha512sum* rh)          fclose(fd);          char h1[129] = {0};          char h2[129] = {0}; -        if ( buffer[128] != '\n' && buffer[257] != '\n' ) +        if ( buffer[128] != '\n' || buffer[257] != '\n' )          {              ak_log_error(__func__, "Unknown format");              return 2;  | 
