Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
0adbc639
Commit
0adbc639
authored
Aug 25, 2004
by
Alexander Viro
Committed by
Linus Torvalds
Aug 25, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] signed char bugs in ixj
Fixed assumption that char is always unsigned
parent
e8baf864
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/telephony/ixj.h
drivers/telephony/ixj.h
+2
-2
No files found.
drivers/telephony/ixj.h
View file @
0adbc639
...
...
@@ -1188,12 +1188,12 @@ typedef struct {
unsigned
int
cid_rec_codec
;
unsigned
int
cid_rec_volume
;
unsigned
char
cid_rec_flag
;
char
rec_mode
;
signed
char
rec_mode
;
unsigned
int
play_codec
;
unsigned
int
cid_play_codec
;
unsigned
int
cid_play_volume
;
unsigned
char
cid_play_flag
;
char
play_mode
;
signed
char
play_mode
;
IXJ_FLAGS
flags
;
unsigned
long
busyflags
;
unsigned
int
rec_frame_size
;
...
...
Write
Preview
Markdown
is supported
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