Rev 1326: Fix typo. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4

Jelmer Vernooij jelmer at samba.org
Mon Jun 23 22:03:16 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/0.4

------------------------------------------------------------
revno: 1326
revision-id: jelmer at samba.org-20080623210315-v9ernjztzybd03q4
parent: jelmer at samba.org-20080623203956-a5iht18bvxi437na
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Mon 2008-06-23 23:03:15 +0200
message:
  Fix typo.
modified:
  client.c                       client.pyx-20080313235339-wbyjbw2namuiql8f-1
=== modified file 'client.c'
--- a/client.c	2008-06-22 22:08:50 +0000
+++ b/client.c	2008-06-23 21:03:15 +0000
@@ -82,7 +82,7 @@
 	if (ret == NULL)
 		return NULL;
 
-	assert(commit_items->elt_size == sizeof(svn_client_commit_item_2_t *));
+	assert(commit_items->elt_size == sizeof(svn_client_commit_item2_t *));
 
 	for (i = 0; i < commit_items->nelts; i++) {
 		svn_client_commit_item2_t *commit_item = 




More information about the bazaar-commits mailing list