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
db52c9df
...
db52c9dfba8ae801bcd9ac5ee4c9989d735b5fda
authored
2003-04-02 13:38:19 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(normalize_path): Bugfix.
1 parent
b86697a8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
mh/mhn.c
mh/mhn.c
View file @
db52c9d
...
...
@@ -1555,8 +1555,6 @@ normalize_path (char *cwd, char *path)
len
=
strlen
(
cwd
);
if
(
strlen
(
path
)
<
len
||
memcmp
(
path
,
cwd
,
len
))
sfree
(
&
path
);
else
memmove
(
path
,
path
+
len
+
1
,
strlen
(
path
)
-
len
);
free
(
pcwd
);
return
path
;
}
...
...
Please
register
or
sign in
to post a comment