Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@2180 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
5afb710f98
commit
3629c9ac7c
1 changed files with 0 additions and 2 deletions
|
@ -165,7 +165,6 @@ void AddSearchPath (const char* NewPath, unsigned Where)
|
|||
if (Where & Mask) {
|
||||
SearchPaths[I] = Add (SearchPaths[I], NewPath);
|
||||
}
|
||||
++I;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -195,7 +194,6 @@ char* SearchFile (const char* Name, unsigned Where)
|
|||
return Path;
|
||||
}
|
||||
}
|
||||
++I;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue