Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
e9aaddff
Commit
e9aaddff
authored
Jul 26, 1996
by
Per Cederqvist
Browse files
(Number_list): Change the length from unsigned short to int.
parent
110936b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/include/kom-types.h
View file @
e9aaddff
/*
* $Id: kom-types.h,v 0.1
7
1996/0
6/14 16:10:12 by
er
s
Exp $
* $Id: kom-types.h,v 0.1
8
1996/0
7/26 00:28:41 ced
er Exp $
* Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -339,7 +339,7 @@ typedef struct {
}
Membership_list
;
typedef
struct
{
unsigned
short
length
;
int
length
;
long
*
data
;
}
Number_list
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment