Revision: 29343
http://sourceforge.net/p/bibdesk/svn/29343
Author: hofman
Date: 2025-07-23 22:32:37 +0000 (Wed, 23 Jul 2025)
Log Message:
-----------
increase bit size of change mask
Modified Paths:
--------------
trunk/bibdesk/BibDocument.h
Modified: trunk/bibdesk/BibDocument.h
===================================================================
--- trunk/bibdesk/BibDocument.h 2025-07-23 15:49:05 UTC (rev 29342)
+++ trunk/bibdesk/BibDocument.h 2025-07-23 22:32:37 UTC (rev 29343)
@@ -268,7 +268,7 @@
} docState;
struct _docFlags {
- unsigned int itemChangeMask:5;
+ unsigned int itemChangeMask:6;
unsigned int sortDescending:1;
unsigned int previousSortDescending:1;
unsigned int tmpSortDescending:1;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit