You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/04/24 09:33:36 UTC

[18/51] [abbrv] incubator-weex git commit: * [ios] fix compiler complains about format data

* [ios] fix compiler complains about format data


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/0eba2ead
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/0eba2ead
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/0eba2ead

Branch: refs/heads/0.13-dev
Commit: 0eba2ead7d4a853e714f814c341a1abce524e904
Parents: a3f86df
Author: acton393 <zh...@gmail.com>
Authored: Fri Apr 21 10:32:34 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Fri Apr 21 10:32:34 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Component/WXListComponent.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/0eba2ead/ios/sdk/WeexSDK/Sources/Component/WXListComponent.m
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Component/WXListComponent.m b/ios/sdk/WeexSDK/Sources/Component/WXListComponent.m
index 99f6f54..add07dd 100644
--- a/ios/sdk/WeexSDK/Sources/Component/WXListComponent.m
+++ b/ios/sdk/WeexSDK/Sources/Component/WXListComponent.m
@@ -283,7 +283,7 @@
                 
                 [_completedSections insertObject:completedInsertSection atIndex:insertIndex];
                 if (completedReloadSection) {
-                    WXLogDebug(@"Reload section:%u", insertIndex - 1);
+                    WXLogDebug(@"Reload section:%lu", insertIndex - 1);
                     _completedSections[insertIndex - 1] = completedReloadSection;
                 }