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
23793af0
...
23793af0f0ff50487f46ee25abfa6ae746c2dfde
authored
2003-07-26 11:09:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(is_proto): Minor change
1 parent
cb7f656e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/mbx_default.c
mailbox/mbx_default.c
View file @
23793af
...
...
@@ -43,7 +43,7 @@ const char *mu_path_folder_dir = "Mail";
#define USE_ENVIRON 1
static
int
is_proto
(
char
*
p
)
is_proto
(
c
onst
c
har
*
p
)
{
for
(;
*
p
&&
*
p
!=
'/'
;
p
++
)
if
(
*
p
==
':'
)
...
...
Please
register
or
sign in
to post a comment