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:51:52 UTC

[openoffice] branch AOO41X updated: Revert last commit

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 4adc4068df Revert last commit
4adc4068df is described below

commit 4adc4068df52acfa980f1665f0cffdbfcfebb404
Author: mseidel <ms...@apache.org>
AuthorDate: Fri Dec 2 10:51:39 2022 +0100

    Revert last commit
---
 main/solenv/src/dmake-cygwin64.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/solenv/src/dmake-cygwin64.patch b/main/solenv/src/dmake-cygwin64.patch
index 9b5daa3365..19d60dafd7 100644
--- a/main/solenv/src/dmake-cygwin64.patch
+++ b/main/solenv/src/dmake-cygwin64.patch
@@ -41,7 +41,7 @@ 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_WIN_A_TO_POSIX, src, buf, PATH_MAX);
++      int err = cygwin_conv_path(CCP_POSIX_TO_WIN_A, src, buf, PATH_MAX);
 +      if (err < 0)
  	 Fatal( "error converting \"%s\" - %s\n",
  		src, strerror (errno));