Changeset 1214
- Timestamp:
- Oct 9, 2010, 6:08:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/SVN.cc
r978 r1214 135 135 pool=NULL; 136 136 } 137 if (message.length()>0)138 137 assert(message.size()); // compatible with r1213 138 throw SVNException(message); 139 139 } 140 140 … … 143 143 bool mute) 144 144 { 145 cleanup(err,pool_, "", true); 146 throw SVNException(message); 145 assert(message.size()); // compatible with r1213 146 cleanup(err,pool_, message, true); 147 assert(false && "cleanup should throw"); 147 148 } 148 149
Note: See TracChangeset
for help on using the changeset viewer.