mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

davidely
08.09.2007 de12910fc85156632870c1b8ec808c5bd9ac9f3a
opends/src/build-tools/windows/service.c
@@ -662,10 +662,10 @@
    }
    else
    {
      if ((strlen(fileName) + strlen(" start ") + strlen(_instanceDir) + strlen("\"\""))
      if ((strlen(fileName) + strlen(" start ") + strlen(_instanceDir) + 2 * strlen("\"\""))
        < COMMAND_SIZE)
      {
        sprintf(serviceBinPath, "%s start \"%s\"", fileName,
        sprintf(serviceBinPath, "\"%s\" start \"%s\"", fileName,
        _instanceDir);
      }
      else