diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-25 18:06:40 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-25 18:06:40 -0500 |
commit | f06c35a6af9cd11f33207cba1503ecd0d874cbba (patch) | |
tree | c257802720045d31fad3867139f1ce030fd9cdac | |
parent | 2aad11ed8dfd5206588df893846c474a9a7463bc (diff) | |
download | luarocks-packaging-f06c35a6af9cd11f33207cba1503ecd0d874cbba.tar.gz luarocks-packaging-f06c35a6af9cd11f33207cba1503ecd0d874cbba.tar.bz2 luarocks-packaging-f06c35a6af9cd11f33207cba1503ecd0d874cbba.zip |
correct patch range
-rw-r--r-- | luarocks.exe.c.jit.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luarocks.exe.c.jit.patch b/luarocks.exe.c.jit.patch index 43a1891..acdba5d 100644 --- a/luarocks.exe.c.jit.patch +++ b/luarocks.exe.c.jit.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | --- luarocks.exe.c 2024-09-23 15:25:00.870448000 -0500 | 1 | --- luarocks.exe.c 2024-09-23 15:25:00.870448000 -0500 |
2 | +++ luarocks.exe.c 2024-09-23 15:27:52.663551300 -0500 | 2 | +++ luarocks.exe.c 2024-09-23 15:27:52.663551300 -0500 |
3 | @@ -17,6 +17,33 @@ | 3 | @@ -17,6 +17,11 @@ |
4 | #define getprogname() | 4 | #define getprogname() |
5 | #endif | 5 | #endif |
6 | 6 | ||