Bugs item #1912902, was opened at 2008-03-12 10:42
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111005&aid=1912902&group_id=11005

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: About adding "/" to a path

Initial Comment:
Just Found there are three places in source/tags.c that calls

strcpy(pathName, GetCurrentDir());

and then always

strcat(pathName, "/");


Not sure if in some cases, this would be unnecessary and would cause problem. 
Maybe a careful check like what's done in

int NormalizePathname(char *pathname)

in fileUtils.c is better.




----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2008-03-12 16:13

Message:
Logged In: NO 

it's better to release a fix (commit into CVS) and close this post. This
will reduce the number of opened bug reports by 1. 

By the way, another post, #1779533, about nedit crash when clicking filter
button, can also be closed. The total number of opened bug reports will be
N-2:)



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111005&aid=1912902&group_id=11005
-- 
NEdit Develop mailing list - [email protected]
http://www.nedit.org/mailman/listinfo/develop

Reply via email to