- Timestamp:
- Aug 2, 2006, 11:21:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/SVNinfo.cc
r129 r134 41 41 svn_error_t * 42 42 SVNinfo::info_receiver(void *baton, const char *, const svn_info_t *info, 43 apr_pool_t *pool)43 apr_pool_t *pool) 44 44 { 45 45 if (!info) 46 throw SVNException("Failed to an svn info object");46 throw SVNException("Failed to get an svn info object"); 47 47 static_cast<struct info_receiver_baton_*>(baton)->info=svn_info_dup(info, 48 48 pool);
Note: See TracChangeset
for help on using the changeset viewer.