Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
35682609
Commit
35682609
authored
26 years ago
by
Fredrik Hübinette (Hubbe)
Browse files
Options
Downloads
Patches
Plain Diff
fixed to work on NT
Rev: src/modules/Gz/zlibmod.c:1.21
parent
5db18e5a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/modules/Gz/zlibmod.c
+2
-1
2 additions, 1 deletion
src/modules/Gz/zlibmod.c
with
2 additions
and
1 deletion
src/modules/Gz/zlibmod.c
+
2
−
1
View file @
35682609
...
...
@@ -4,7 +4,7 @@
||| See the files COPYING and DISCLAIMER for more information.
\*/
#include
"global.h"
RCSID
(
"$Id: zlibmod.c,v 1.2
0
1998/0
4/29 23:17:24 gr
ubb
a
Exp $"
);
RCSID
(
"$Id: zlibmod.c,v 1.2
1
1998/0
5/07 23:51:43 h
ubb
e
Exp $"
);
#include
"zlib_machine.h"
...
...
@@ -39,6 +39,7 @@ struct zipper
#define BUF 32768
#define MAX_BUF (64*BUF)
#undef THIS
#define THIS ((struct zipper *)(fp->current_storage))
static
void
gz_deflate_create
(
INT32
args
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment