mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:42:56 +00:00
Dick Buitelaar: Fix DevCpp Backend (Bug 802)
svn path=/trunk/; revision=18828
This commit is contained in:
parent
c89514fbae
commit
013ca43155
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ bool FileExists(string &filename)
|
||||||
void DevCppBackend::ProcessFile(string &filepath)
|
void DevCppBackend::ProcessFile(string &filepath)
|
||||||
{
|
{
|
||||||
// Remove the .\ at the start of the filenames
|
// Remove the .\ at the start of the filenames
|
||||||
filepath.erase(0, 2);
|
if ((filepath[0] == '.') && (filepath[1] == '\\')) filepath.erase(0, 2);
|
||||||
|
|
||||||
if(!FileExists(filepath))
|
if(!FileExists(filepath))
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue