Toggle navigation
Toggle navigation
This project
Loading...
Sign in
尹诚
/
Mapbox-iOS-SDK
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Hal Mueller
2009-03-12 04:34:07 +0000
Commit
2a20aefe9ed238b22780c5d90d2f5d1dc731a88d
1 parent
a68082ea
minor change to database console log to show instance address
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MapView/Map/RMMemoryCache.m
MapView/Map/RMMemoryCache.m
View file @
2a20aef
...
...
@@ -35,7 +35,7 @@
if
(
!
[
super
init
])
return
nil
;
RMLog
(
@"initializing memory cache
with capacity %d"
,
_capacity
);
RMLog
(
@"initializing memory cache
%@ with capacity %d"
,
self
,
_capacity
);
cache
=
[[
NSMutableDictionary
alloc
]
initWithCapacity
:
_capacity
];
...
...
Please
register
or
login
to post a comment