Revision: 29212
http://sourceforge.net/p/bibdesk/svn/29212
Author: hofman
Date: 2025-04-27 14:15:13 +0000 (Sun, 27 Apr 2025)
Log Message:
-----------
rename an enum value
Modified Paths:
--------------
trunk/bibdesk/BDSKSRUGroupServer.m
Modified: trunk/bibdesk/BDSKSRUGroupServer.m
===================================================================
--- trunk/bibdesk/BDSKSRUGroupServer.m 2025-04-27 14:13:42 UTC (rev 29211)
+++ trunk/bibdesk/BDSKSRUGroupServer.m 2025-04-27 14:15:13 UTC (rev 29212)
@@ -55,7 +55,7 @@
#define DC_SYNTAX @"dc"
#define MODS_SYNTAX @"mods"
-enum { BDSKSRUStateIdle, BDSKSRUStateSearch, BDSKSRUStateFetch };
+enum { BDSKSRUStateIdle, BDSKSRUStateSearch, BDSKSRUStateRetrieve };
@interface BDSKSRUGroupServer ()
@@ -239,7 +239,7 @@
requestedResults = returnRange.length;
- downloadState = BDSKSRUStateFetch;
+ downloadState = BDSKSRUStateRetrieve;
[self startDownloadFromURL:theURL];
}
@@ -298,7 +298,7 @@
break;
}
- case BDSKSRUStateFetch:
+ case BDSKSRUStateRetrieve:
{
// the number of returned results is not always equal to what we
requested
// fetchedResults should track the requests to get the correct
offset
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