Skip to content

Commit

Permalink
Support files larger than 4 GiB (#4)
Browse files Browse the repository at this point in the history
* Attempt 2

* Add 64bit support for endian conversion

* Remove debug logging

* Add struct comments

* Add ntohll() function comment

* Add more comments

* Ignore JetBrains IDE dir

* Fix compiler warnings

---------

Co-authored-by: John Gill <john.gill@braincorp.com>
Co-authored-by: David Hasegawa <david.hasegawa@braincorp.com>
  • Loading branch information
3 people committed Jun 26, 2024
1 parent 1ac32e3 commit 9a0edaa
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 104 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.idea

Makefile
Makefile.in

Expand Down
2 changes: 2 additions & 0 deletions src/compressor.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#endif

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#ifdef ENABLE_LZO
# include <lzo/lzo1x.h>
Expand Down
Loading

0 comments on commit 9a0edaa

Please # to comment.