Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b1fb6b25
...
b1fb6b25860e5c04894d7f856df619a2d2de937b
authored
2006-04-20 15:52:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(lock_external): Minor fix
1 parent
59f2a613
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mailbox/locker.c
mailbox/locker.c
View file @
b1fb6b2
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2005
, 2006
Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
@@ -828,7 +828,7 @@ static int
lock_external
(
mu_locker_t
l
,
int
lock
)
{
int
err
=
0
;
c
onst
c
har
*
av
[
6
];
char
*
av
[
6
];
int
ac
=
0
;
char
aforce
[
3
+
DEC_DIGS_PER_INT
+
1
];
char
aretry
[
3
+
DEC_DIGS_PER_INT
+
1
];
...
...
Please
register
or
sign in
to post a comment