monotone-commits-nodiffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-nodiffs] Revision d906e6d359bd812326420bea17471792a8e1


From: monotone
Subject: [Monotone-commits-nodiffs] Revision d906e6d359bd812326420bea17471792a8e1fd9a
Date: Thu, 3 Jan 2008 23:07:23 +0100

-----------------------------------------------------------------
Revision: d906e6d359bd812326420bea17471792a8e1fd9a
Ancestor: dd8ce87fcb77b874f77840b3507a698b28bd64f5
Author: address@hidden
Date: 2008-01-03T21:36:29
Branch: net.venge.monotone

Modified files:
        roster.cc

ChangeLog: 

needed to initialize iterator so that if the while loop never set it, it would 
still be pointing to an object in the correct map/set.  on windows failing to 
have this initialized was leading to a iterator debug check in xtree on line 
293 (map/set iterators incompatible).  According to this site 
http://www.thescripts.com/forum/thread484573.html iterators must be initialized 
before they can be compared.  I wasn't sure if it should be set to begin() or 
end(), but sinec end() is used as a flag to do an insert I set it to begin().


monotone --db={your.database} diff 
--revision=dd8ce87fcb77b874f77840b3507a698b28bd64f5 
--revision=d906e6d359bd812326420bea17471792a8e1fd9a
----------------------------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]