aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Schulte <[email protected]>2004-12-19 13:08:24 +0000
committerMoritz Schulte <[email protected]>2004-12-19 13:08:24 +0000
commit06d9a26a0ccc8873530679f54bf58e3df5bdb23a (patch)
treecf9cdf16acaef822323696aa84120d6e6bf22ec5
parentMore W32 fixes (diff)
downloadlibassuan-06d9a26a0ccc8873530679f54bf58e3df5bdb23a.tar.gz
libassuan-06d9a26a0ccc8873530679f54bf58e3df5bdb23a.zip
2004-12-19 Moritz Schulte <[email protected]>
* assuan-pipe-connect.c (assuan_pipe_connect2): Removed "`" character at beginning of line 532.
-rw-r--r--src/ChangeLog5
-rw-r--r--src/assuan-pipe-connect.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8ebb394..2c73cfb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-19 Moritz Schulte <[email protected]>
+
+ * assuan-pipe-connect.c (assuan_pipe_connect2): Removed "`"
+ character at beginning of line 532.
+
2004-12-18 Werner Koch <[email protected]>
* assuan-logging.c (_assuan_w32_strerror): New.
diff --git a/src/assuan-pipe-connect.c b/src/assuan-pipe-connect.c
index 562c92f..5162dcf 100644
--- a/src/assuan-pipe-connect.c
+++ b/src/assuan-pipe-connect.c
@@ -529,7 +529,7 @@ assuan_pipe_connect2 (assuan_context_t *ctx,
{
while (*fdp != -1 && *fdp != i)
fdp++;
-` }
+ }
if (!(fdp && *fdp != -1))
close(i);