Fix typo: recorded_time -> wcroot_abstime
authorSteve Ratcliffe <sr@itinken.com>
Sat, 3 Jan 2015 13:02:53 +0000 (13:02 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 13 Jan 2015 21:34:24 +0000 (22:34 +0100)
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
subvertpy/client.c

index c99728fd83c146301920a0bf1ba34244c99fa24d..bb95b598ca496542cbf3ba76472be5dc7db03dab 100644 (file)
@@ -1837,7 +1837,7 @@ static PyMemberDef wc_info_members[] = {
         "" },
     { "recorded_time", T_LONG, offsetof(WCInfoObject, info.recorded_time), READONLY,
         "" },
-    { "wcroot_abspath", T_STRING, offsetof(WCInfoObject, info.recorded_time), READONLY,
+    { "wcroot_abspath", T_STRING, offsetof(WCInfoObject, info.wcroot_abspath), READONLY,
         "" },
 #else
 #if ONLY_SINCE_SVN(1, 5)