summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-16 21:35:37 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-16 21:35:37 +0000
commit024e7c12f562f99c2c03c6c3b7e8ffc9432f3d8d (patch)
treeed2c25d970a96e553a823fac7450e60f60df9dd3 /win
parent6ef9fba15a779af7104f9a51d60f2f40066e3ffe (diff)
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
Diffstat (limited to 'win')
-rw-r--r--win/configure.cpp2
1 files changed, 1 insertions, 1 deletions
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);