From 024e7c12f562f99c2c03c6c3b7e8ffc9432f3d8d Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 16 Apr 2008 21:35:37 +0000 Subject: Rebase modules a meg higher than command objects so they dont collide git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9520 e03df62e-2008-0410-955e-edbf42e46eb7 --- win/configure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/configure.cpp b/win/configure.cpp index 1b097da06..9cff64f69 100644 --- a/win/configure.cpp +++ b/win/configure.cpp @@ -462,7 +462,7 @@ void Rebase() } while (FindNextFile(fh, &fd)); - sprintf(command, "rebase.exe -v -b 10000000 -c baseaddr_modules.txt %s", dest); + sprintf(command, "rebase.exe -v -b 11000000 -c baseaddr_modules.txt %s", dest); printf("%s\n", command); system(command); -- cgit v1.2.3