guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, master, updated. release_1-9-13-136-ga


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-13-136-ga9a2065
Date: Mon, 06 Dec 2010 14:28:09 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=a9a206554062cf55220dd33d9256ccb431cc888e

The branch, master has been updated
       via  a9a206554062cf55220dd33d9256ccb431cc888e (commit)
      from  e46f69e25ca15f299f11be14b28f82c881074dfc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a9a206554062cf55220dd33d9256ccb431cc888e
Author: Andy Wingo <address@hidden>
Date:   Mon Dec 6 15:32:13 2010 +0100

    fix name...
    
    * module/web/request.scm (read-request-body/latin-1): Fix name...

-----------------------------------------------------------------------

Summary of changes:
 module/web/request.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/module/web/request.scm b/module/web/request.scm
index 9f86638..da91c40 100644
--- a/module/web/request.scm
+++ b/module/web/request.scm
@@ -192,7 +192,7 @@
 ;; Probably not what you want to use "in production". Relies on one byte
 ;; per char because we are in latin-1 encoding.
 ;;
-(define (read-response-body/latin-1 r)
+(define (read-request-body/latin-1 r)
   (cond 
    ((request-content-length r) =>
     (lambda (nbytes)


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]