diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2006-03-15 02:02:02 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2006-03-15 02:02:02 +0000 |
commit | 0e56a54bd6d4ecd8f1fc355fe3ded5eaeaa81017 (patch) | |
tree | f09fa9c81ca9a93ca63a94f317af4b755e0e5996 /file_io | |
parent | 7526b2fd73c664466f0c1e9c18183313fa1f64b0 (diff) | |
download | apr-0e56a54bd6d4ecd8f1fc355fe3ded5eaeaa81017.tar.gz |
Fix another backport nit due to massaging the 1.x code into 0.9.
git-svn-id: https://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.c | 2 |
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; } |