From 4a48f1cf6caab40fa3741d93f8c825078e4820f2 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 04 May 2007 21:15:31 +0000
Subject: [PATCH] Fix a number of issues with David's approval:

---
 opends/src/build-tools/windows/winlauncher.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/build-tools/windows/winlauncher.h b/opends/src/build-tools/windows/winlauncher.h
index e577a39..beb5414 100644
--- a/opends/src/build-tools/windows/winlauncher.h
+++ b/opends/src/build-tools/windows/winlauncher.h
@@ -33,6 +33,6 @@
 
 #define PATH_SIZE 1024
 #define BUF_SIZE 1024
-#define COMMAND_SIZE 2048
+#define COMMAND_SIZE 2100
 
 

--
Gitblit v1.10.0