mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 10:54:01 +02:00
- more code cleanup based on suggestions from cppcheck
This commit is contained in:
@@ -183,9 +183,8 @@ ftpSession_S* ftpGetSession(int id)
|
||||
LOCAL int normalizePath(char* path)
|
||||
{
|
||||
char *in;
|
||||
char *r = NULL;
|
||||
char *r = path;
|
||||
|
||||
r = path;
|
||||
in = path;
|
||||
|
||||
while((in = strchr(in, '/')))
|
||||
|
Reference in New Issue
Block a user