Replace() bugfix #2 - forgot to insert replacement text ( yes yes I suck you can stop throwing tomatoes now )
Modified: trunk/reactos/tools/rbuild/module.cpp

Modified: trunk/reactos/tools/rbuild/module.cpp
--- trunk/reactos/tools/rbuild/module.cpp	2005-08-24 06:01:02 UTC (rev 17507)
+++ trunk/reactos/tools/rbuild/module.cpp	2005-08-24 06:03:34 UTC (rev 17508)
@@ -35,6 +35,7 @@
 			break;
 		if ( p2 > p )
 			ret += string ( p, p2-p );
+		ret += with;
 		p = p2 + find.size();
 	}
 	if ( *p )