diff --git a/reactos/tools/rbuild/module.cpp b/reactos/tools/rbuild/module.cpp index 907991a0f06..d8592158f61 100644 --- a/reactos/tools/rbuild/module.cpp +++ b/reactos/tools/rbuild/module.cpp @@ -38,7 +38,7 @@ Replace ( const string& s, const string& find, const string& with ) p = p2 + find.size(); } if ( *p ) - ret += *p; + ret += p; return ret; }