G/E (Hope this doesn't ruin it)

Index: redis/apr_redis.c
===================================================================
--- redis/apr_redis.c   (revision 1770630)
+++ redis/apr_redis.c   (working copy)
@@ -859,9 +859,9 @@
 {
     char *length;
     char *last;
+    apr_status_t rv;
     apr_size_t len = 0;
     *new_length = 0;
-    apr_status_t rv;

     length = apr_strtok(conn->buffer + 1, " ", &last);
     if (length) {

No idea if this is a C89 quirk or a CW quirk... if the latter please ignore!
Norm
Index: redis/apr_redis.c
===================================================================
--- redis/apr_redis.c	(revision 1770630)
+++ redis/apr_redis.c	(working copy)
@@ -859,9 +859,9 @@
 {
     char *length;
     char *last;
+    apr_status_t rv;
     apr_size_t len = 0;
     *new_length = 0;
-    apr_status_t rv;
 
     length = apr_strtok(conn->buffer + 1, " ", &last);
     if (length) {

Reply via email to