You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2022/12/02 09:39:15 UTC

[openoffice] branch AOO41X updated: Small correction

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
     new 7ade7e9aec Small correction
7ade7e9aec is described below

commit 7ade7e9aecadcbe4857163d33f5a6f2d9fd8274c
Author: mseidel <ms...@apache.org>
AuthorDate: Fri Dec 2 10:38:19 2022 +0100

    Small correction
---
 main/solenv/src/dmake-cygwin64.patch | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/main/solenv/src/dmake-cygwin64.patch b/main/solenv/src/dmake-cygwin64.patch
index 3f941f2f0a..9b5daa3365 100644
--- a/main/solenv/src/dmake-cygwin64.patch
+++ b/main/solenv/src/dmake-cygwin64.patch
@@ -41,8 +41,9 @@ diff -Nur sysintf.c sysintf.c
        char *tmp;
 -      int err = cygwin_conv_to_win32_path(src, buf);
 -      if (err)
-+      int err = cygwin_conv_path(CCP_POSIX_TO_WIN_A, src, buf, PATH_MAX);
++      int err = cygwin_conv_path(CCP_WIN_A_TO_POSIX, src, buf, PATH_MAX);
 +      if (err < 0)
  	 Fatal( "error converting \"%s\" - %s\n",
  		src, strerror (errno));
- 
\ No newline at end of file
+ 
+