summaryrefslogtreecommitdiff
path: root/file_io
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2006-03-15 02:02:02 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2006-03-15 02:02:02 +0000
commitdf03cd31775b4bba641524ebc7177d2e14d6e4e1 (patch)
treef09fa9c81ca9a93ca63a94f317af4b755e0e5996 /file_io
parent459971caec37cb814911d46d13ef18802d2585fd (diff)
downloadlibapr-df03cd31775b4bba641524ebc7177d2e14d6e4e1.tar.gz
Fix another backport nit due to massaging the 1.x code into 0.9.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@385951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io')
-rw-r--r--file_io/win32/seek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/win32/seek.c b/file_io/win32/seek.c
index ec34eec56..f3ac7cf9e 100644
--- a/file_io/win32/seek.c
+++ b/file_io/win32/seek.c
@@ -52,7 +52,7 @@ static apr_status_t setptr(apr_file_t *thefile, apr_off_t pos )
}
}
- return rc;
+ return rv;
}