Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
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
mariadb
Commits
ec533159
Commit
ec533159
authored
Dec 28, 2006
by
df@kahlann.erinye.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix breakage on qnx
parent
a420981f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmd-line-utils/readline/undo.c
cmd-line-utils/readline/undo.c
+1
-1
No files found.
cmd-line-utils/readline/undo.c
View file @
ec533159
...
@@ -175,7 +175,7 @@ _rl_fix_last_undo_of_type (type, start, end)
...
@@ -175,7 +175,7 @@ _rl_fix_last_undo_of_type (type, start, end)
for
(
rl
=
rl_undo_list
;
rl
;
rl
=
rl
->
next
)
for
(
rl
=
rl_undo_list
;
rl
;
rl
=
rl
->
next
)
{
{
if
(
rl
->
what
==
(
uint
)
type
)
if
(
rl
->
what
==
(
u
nsigned
int
)
type
)
{
{
rl
->
start
=
start
;
rl
->
start
=
start
;
rl
->
end
=
end
;
rl
->
end
=
end
;
...
...
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